From: Manni H. <man...@us...> - 2008-04-10 11:18:54
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2895/tests Modified Files: TestIMAP.tst Log Message: Adapt the test that checks the changed options. Index: TestIMAP.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestIMAP.tst,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TestIMAP.tst 9 Feb 2008 10:09:12 -0000 1.11 --- TestIMAP.tst 10 Apr 2008 11:18:39 -0000 1.12 *************** *** 685,691 **** test_assert( ! $error ); my $expected = sprintf $language->{Imap_MapUpdated}, 'other', 'personal'; - $expected .= '<br />'; $expected .= sprintf $language->{Imap_MapUpdated}, 'personal', 'other'; - $expected .= '<br />'; test_assert_equal( $status, $expected ); test_assert_equal( $im->{folder_change_flag__}, 1 ); --- 685,689 ---- |