|
From: <jgr...@us...> - 2003-07-26 21:17:21
|
Update of /cvsroot/popfile/engine/Test
In directory sc8-pr-cvs1:/tmp/cvs-serv13069/Test
Modified Files:
SimpleProxy.pm
Log Message:
Added new test files for mail parsing for handling of some HTML cases not covered in the rest of the test files; fixed various decoding bugs in MailParse along the way; new handling of tests for stopwords
Index: SimpleProxy.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Test/SimpleProxy.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SimpleProxy.pm 26 Jul 2003 18:28:28 -0000 1.8
--- SimpleProxy.pm 26 Jul 2003 21:17:18 -0000 1.9
***************
*** 186,190 ****
}
! close $remote;
close $pipe;
--- 186,190 ----
}
! close $remote if ( defined( $remote ) );
close $pipe;
|