[interchange-cvs] interchange - heins modified dist/test/products/tests.asc

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Dec 3 21:31:18 EST 2003


User:      heins
Date:      2003-12-04 02:31:18 GMT
Modified:  dist/test/products tests.asc
Log:
* Fix test 000032 so it will work in PreFork.
* Fix test 000143 so it will work in Prefork.
* Fix test 000150 so it will always work in Prefork.

Revision  Changes    Path
2.13      +4 -0      interchange/dist/test/products/tests.asc


rev 2.13, prev_rev 2.12
Index: tests.asc
===================================================================
RCS file: /var/cvs/interchange/dist/test/products/tests.asc,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -r2.12 -r2.13
--- tests.asc	4 Aug 2003 05:11:20 -0000	2.12
+++ tests.asc	4 Dec 2003 02:31:18 -0000	2.13
@@ -2186,6 +2186,9 @@
 000143
 %%
 [unlink-file name="products/nonsql.autonumber" prefix="products/"]
+[write-relative-file file="products/nonsql.autonumber"]#COUNTER-1.0
+00
+[/write-relative-file]
 [unlink-file name="tmp/cnt"]
 [flag type=write table=nonsql]
 BEGIN [loop
@@ -2291,6 +2294,7 @@
 [perl nonsql]
 	my $db = $Db{nonsql};
 	$db->config('Read_only', 1);
+	$db->config('DIE_ERROR', 0);
 	my @errs;
 	$db->set_field(71, 'val1', 20)
 		or push @errs, $db->errstr;








More information about the interchange-cvs mailing list