From 136678f531e7551822eb8ea8f6792b666ac55a93 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Tue, 1 Mar 2016 21:50:42 -0800 Subject: [PATCH] changing the extension to .xml --- tests/test_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sources.py b/tests/test_sources.py index f2a3b26..5af1a7a 100644 --- a/tests/test_sources.py +++ b/tests/test_sources.py @@ -63,7 +63,7 @@ class TestFileSourceCollectionOneDir(TestToolsFilesystem): def test_finding_nonfile(self): maindir = 'LDP/LDP/howto' reldir, absdir = self.adddir(maindir) - os.mkfifo(os.path.join(absdir, 'non-dir-non-file.rst')) + os.mkfifo(os.path.join(absdir, 'non-dir-non-file.xml')) s = scansourcedirs([absdir]) self.assertEquals(0, len(s))