|
From: <jgr...@us...> - 2003-08-22 02:10:10
|
Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv861
Modified Files:
tests.pl
Log Message:
Added tests for the HTML magnet page
Index: tests.pl
===================================================================
RCS file: /cvsroot/popfile/engine/tests.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** tests.pl 22 Aug 2003 00:25:52 -0000 1.28
--- tests.pl 22 Aug 2003 02:06:27 -0000 1.29
***************
*** 156,160 ****
my $result = !( $test =~ /$expected/m );
! test_report( $result, "unexpected to match of [$expected]", $file, $line, $context );
}
--- 156,160 ----
my $result = !( $test =~ /$expected/m );
! test_report( $result, "unexpected match of [$expected]", $file, $line, $context );
}
|