Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3273/tests
Modified Files:
Tag: b0_22_2
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.3.4.14
retrieving revision 1.3.4.15
diff -C2 -d -r1.3.4.14 -r1.3.4.15
*** TestIMAP.tst 9 Feb 2008 09:47:25 -0000 1.3.4.14
--- TestIMAP.tst 9 Feb 2008 10:05:07 -0000 1.3.4.15
***************
*** 285,298 ****
$im->service();
test_assert_equal( $im->config_( 'training_mode' ), 0 );
-
- # Test the multiple-connection approach
- $im->log_( 0, "---- Testing multiple connections" );
- $im->config_( use_multiple_connections => 1 );
- $im->config_( login => 'someone' );
- $im->{last_update__} = 0;
- $im->service();
- $im->config_( use_multiple_connections => 0 );
- # TODO: login and place some msgs in the INBOX.
- # check classifications.
}
--- 285,288 ----
|