From 7aae23bea73af6a7ba19f1353b2089738b2841e9 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 15 Oct 2012 14:27:32 -0500 Subject: testsuite: Fix more 'mode' tests Signed-off-by: Sol Jerome --- testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py') diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py index b16f1a1a2..e48507a57 100644 --- a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py +++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py @@ -1699,7 +1699,7 @@ class TestEntrySet(TestDebuggable): idata = ["owner:owner", "group: GROUP", - "perms: 775", + "mode: 775", "important: true", "bogus: line"] mock_open.return_value.readlines.return_value = idata @@ -1707,7 +1707,7 @@ class TestEntrySet(TestDebuggable): expected = DEFAULT_FILE_METADATA.copy() expected['owner'] = 'owner' expected['group'] = 'GROUP' - expected['perms'] = '0775' + expected['mode'] = '0775' expected['important'] = 'true' self.assertItemsEqual(eset.metadata, expected) -- cgit v1.2.3-1-g7c22