diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-26 22:12:20 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-26 22:12:20 -0400 |
commit | bc35aa70ab8794b73019d90a41eb252fbb80ff52 (patch) | |
tree | 3cce934901374c67c1f56d5841643028dc058ae6 /testsuite/Testsrc | |
parent | 0fae9849fd7047c299468fd6728db56d6861ee12 (diff) | |
download | bcfg2-bc35aa70ab8794b73019d90a41eb252fbb80ff52.tar.gz bcfg2-bc35aa70ab8794b73019d90a41eb252fbb80ff52.tar.bz2 bcfg2-bc35aa70ab8794b73019d90a41eb252fbb80ff52.zip |
testsuite: fixed more unit test stuff
Diffstat (limited to 'testsuite/Testsrc')
-rw-r--r-- | testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py index b77e4b647..58e61e13b 100644 --- a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py +++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py @@ -235,7 +235,6 @@ class TestDirectoryBacked(Bcfg2TestCase): mock_isdir.return_value = True for path in self.testpaths.values(): reset() - print "testing %s" % path db.add_directory_monitor(path) db.fam.AddMonitor.assert_called_with(os.path.join(db.data, path), db) |