|
From: <jgr...@us...> - 2003-08-22 10:16:06
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv22872/tests
Modified Files:
TestHTML.script TestHTML.tst
Log Message:
Added profiler hints to HTML; HTML test suite coverage now at 64%... just the final hard 26% (History and Buckets) to go
Index: TestHTML.script
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestHTML.script,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TestHTML.script 22 Aug 2003 00:25:52 -0000 1.8
--- TestHTML.script 22 Aug 2003 00:40:05 -0000 1.9
***************
*** 411,417 ****
# Check presence of ignore words
! MATCH one
! MATCH two
! MATCH three
# Check add ignore word
--- 411,417 ----
# Check presence of ignore words
! MATCH address
! MATCH localhost
! MATCH smtp
# Check add ignore word
Index: TestHTML.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestHTML.tst,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TestHTML.tst 22 Aug 2003 00:25:52 -0000 1.12
--- TestHTML.tst 22 Aug 2003 00:40:05 -0000 1.13
***************
*** 32,38 ****
unlink( 'stopwords' );
! open STOPS, ">stopwords";
! print STOPS "one\ntwo\nthree\n";
! close STOPS;
mkdir 'messages';
--- 32,36 ----
unlink( 'stopwords' );
! test_assert( `cp stopwords.base stopwords` == 0 );
mkdir 'messages';
***************
*** 176,180 ****
our $version = $h->version();
! our $sk = $h->{session_key__};
$mq->service();
--- 174,178 ----
our $version = $h->version();
! our $sk = $h->session_key();
$mq->service();
|