From e62bbab37a50fe024977798eb194cbe74bcd3587 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 14 Sep 2009 16:12:58 -0400 Subject: Let the updater delete entries and add small test harness In order to run the tests you must put your DM password into ~/.ipa/.dmpw Some tests are expected to generate errors. Don't let any ERROR messages from the updater fool you, watch the pass/fail of the nosetests. --- tests/test_install/4_update.update | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_install/4_update.update (limited to 'tests/test_install/4_update.update') diff --git a/tests/test_install/4_update.update b/tests/test_install/4_update.update new file mode 100644 index 000000000..d02cfcd3c --- /dev/null +++ b/tests/test_install/4_update.update @@ -0,0 +1,3 @@ +dn: uid=tuser, cn=test, cn=accounts, $SUFFIX +add:gecos: Test User New2 + -- cgit