Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4753/tests
Modified Files:
TestIMAP.tst
Log Message:
Get rid of the multi-connection option and methods.
Index: TestIMAP.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestIMAP.tst,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TestIMAP.tst 9 Feb 2008 09:40:58 -0000 1.10
--- TestIMAP.tst 9 Feb 2008 10:09:12 -0000 1.11
***************
*** 277,290 ****
$im->service();
test_assert_equal( $im->user_config_( 1, 'training_mode' ), 0 );
-
- # Test the multiple-connection approach
- $im->log_( 0, "---- Testing multiple connections" );
- $im->user_config_( 1, use_multiple_connections => 1 );
- $im->user_config_( 1, login => 'someone' );
- $im->{last_update__} = 0;
- $im->service();
- $im->user_config_( 1, use_multiple_connections => 0 );
- # TODO: login and place some msgs in the INBOX.
- # check classifications.
}
--- 277,280 ----
|