summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestClient/TestTools
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-16 13:08:19 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-16 13:08:19 -0500
commitf4da37aa0a360add3f5c40f37cd3cc010ef8788f (patch)
treebd13cb55b1145c5478a1f0d608668e565153b9ba /testsuite/Testsrc/Testlib/TestClient/TestTools
parent5afd0515a04dc0f5cced275f56d108057a842f97 (diff)
downloadbcfg2-f4da37aa0a360add3f5c40f37cd3cc010ef8788f.tar.gz
bcfg2-f4da37aa0a360add3f5c40f37cd3cc010ef8788f.tar.bz2
bcfg2-f4da37aa0a360add3f5c40f37cd3cc010ef8788f.zip
removed another print statement
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestClient/TestTools')
-rw-r--r--testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/TestNonexistent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/TestNonexistent.py b/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/TestNonexistent.py
index 43242afb7..583d17e32 100644
--- a/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/TestNonexistent.py
+++ b/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/TestNonexistent.py
@@ -48,7 +48,6 @@ class TestPOSIXNonexistent(TestPOSIXTool):
self.assertTrue(self.ptool.install(entry))
self.ptool._remove.assert_called_with(entry, recursive=True)
- print "about to start"
reset()
child_entry = lxml.etree.Element("Path", name="/test/foo",
type="nonexistent")