From: Stephen D. <sd...@us...> - 2005-04-09 17:44:42
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30501/tests Modified Files: ns_parseargs.test Log Message: Re-enable test for corrupted literal table. Index: ns_parseargs.test =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/ns_parseargs.test,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ns_parseargs.test 3 Apr 2005 06:38:01 -0000 1.2 --- ns_parseargs.test 9 Apr 2005 17:44:32 -0000 1.3 *************** *** 46,52 **** } -result {} ! test ns_parseargs-2.3 {object type conversion / display} -constraints { ! knownBug ! } -body { set tid [ns_thread begin { proc x {} { --- 46,50 ---- } -result {} ! test ns_parseargs-2.3 {object type conversion / display} -body { set tid [ns_thread begin { proc x {} { |