Index: xotcl/tests/actiweb.test =================================================================== diff -u -rbb3c756fb47517596b9dbcb4e580aa1212827b41 -r2846921e448d4d4aeb3245ebbfe4381182f0e286 --- xotcl/tests/actiweb.test (.../actiweb.test) (revision bb3c756fb47517596b9dbcb4e580aa1212827b41) +++ xotcl/tests/actiweb.test (.../actiweb.test) (revision 2846921e448d4d4aeb3245ebbfe4381182f0e286) @@ -1,5 +1,5 @@ # -*- Mode: tcl -*- -# $Id: actiweb.test,v 1.7 2006/09/14 06:36:02 neumann Exp $ +# $Id: actiweb.test,v 1.8 2006/09/25 08:29:04 neumann Exp $ # regression test for actiweb examples #if {[set ::tcl_platform(platform)] == "windows"} { # lappend auto_path . @@ -24,7 +24,6 @@ } puts "$tclsh ${actiwebApps}/Counter.xotcl" -puts "------------------------------------ $tclsh ${actiwebApps}/Counter.xotcl -pkgdir $pkgDir" set PIPE1 [open "| $tclsh ${actiwebApps}/Counter.xotcl -pkgdir $pkgDir"] set PIPE2 [open "| $tclsh ${actiwebApps}/Counter2.xotcl -pkgdir $pkgDir"] set PIPE3 [open "| $tclsh ${actiwebApps}/Counter3.xotcl -pkgdir $pkgDir"]