summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-27 14:33:34 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-27 14:33:34 -0400
commit1bdb14055dd1b2395047793ee28c17bbae65c845 (patch)
tree2224d9de85871f936f8f63582ab349df0ecfdc6c /testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
parent40d74d9a4bcca2452def08a0890c08fdca864d4c (diff)
downloadbcfg2-1bdb14055dd1b2395047793ee28c17bbae65c845.tar.gz
bcfg2-1bdb14055dd1b2395047793ee28c17bbae65c845.tar.bz2
bcfg2-1bdb14055dd1b2395047793ee28c17bbae65c845.zip
wrote unit tests for Properties
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py')
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
index f555d15f1..db8ee0cca 100644
--- a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
+++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
@@ -155,9 +155,9 @@ class TestDirectoryBacked(Bcfg2TestCase):
6: 'xyzzy/',
7: 'xyzzy/plugh/'}
testfiles = ['foo', 'bar/baz.txt', 'plugh.py']
- ignore = [] # ignore no events
- badevents = [] # DirectoryBacked handles all files, so there's no
- # such thing as a bad event
+ ignore = [] # ignore no events
+ badevents = [] # DirectoryBacked handles all files, so there's no
+ # such thing as a bad event
def test_child_interface(self):
# ensure that the child object has the correct interface