Update tests for changes to skipNotification.

This commit is contained in:
Colin Kuskie 2009-11-05 16:30:17 -08:00
parent 924686b8eb
commit fc68756975
2 changed files with 2 additions and 1 deletions

View file

@ -83,7 +83,7 @@ ok(
#----------------------------------------------------------------------------
# skip notification
ok( !$wiki->get('skipNotification'), 'skipNotification defaults to false' );
$wiki->setSkipNotification(1);
$wiki->setSkipNotification();
ok( $wiki->get('skipNotification'), 'setSkipNotification sets skipNotification' );
# add revision