summaryrefslogtreecommitdiff
path: root/tests/test_profile.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-24 21:59:35 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-24 21:59:35 +0100
commit9c698f7dd2ff18db72de3415c1fb6e08e048f952 (patch)
tree8562704b9608268d94cea7f8ed2f7cd25b74f28e /tests/test_profile.py
parente2fa3ef180236a7d12962c5d055191203159b191 (diff)
downloadgemato-9c698f7dd2ff18db72de3415c1fb6e08e048f952.tar.gz
Fix wrong timestamp name for metadata/*
Diffstat (limited to 'tests/test_profile.py')
-rw-r--r--tests/test_profile.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_profile.py b/tests/test_profile.py
index 66c8f50..2b26114 100644
--- a/tests/test_profile.py
+++ b/tests/test_profile.py
@@ -109,14 +109,14 @@ class EbuildRepositoryTests(TempDirTestCase):
'metadata/timestamp.chk',
'metadata/timestamp.commit',
'metadata/timestamp.x',
- 'metadata/dtd/timestamp',
'metadata/dtd/timestamp.chk',
- 'metadata/glsa/timestamp',
+ 'metadata/dtd/timestamp.commit',
'metadata/glsa/timestamp.chk',
- 'metadata/news/timestamp',
+ 'metadata/glsa/timestamp.commit',
'metadata/news/timestamp.chk',
- 'metadata/xml-schema/timestamp',
+ 'metadata/news/timestamp.commit',
'metadata/xml-schema/timestamp.chk',
+ 'metadata/xml-schema/timestamp.commit',
]
def test_get_entry_type_for_path(self):