diff options
Diffstat (limited to 'tests/test_profile.py')
-rw-r--r-- | tests/test_profile.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_profile.py b/tests/test_profile.py index a7467b5..8848323 100644 --- a/tests/test_profile.py +++ b/tests/test_profile.py @@ -107,6 +107,14 @@ class EbuildRepositoryTests(TempDirTestCase): 'metadata/timestamp.chk', 'metadata/timestamp.commit', 'metadata/timestamp.x', + 'metadata/dtd/timestamp', + 'metadata/dtd/timestamp.chk', + 'metadata/glsa/timestamp', + 'metadata/glsa/timestamp.chk', + 'metadata/news/timestamp', + 'metadata/news/timestamp.chk', + 'metadata/xml-schema/timestamp', + 'metadata/xml-schema/timestamp.chk', ] def test_get_entry_type_for_path(self): |