Revision: 2383
          http://vexi.svn.sourceforge.net/vexi/?rev=2383&view=rev
Author:   mkpg2
Date:     2007-09-30 18:33:50 -0700 (Sun, 30 Sep 2007)

Log Message:
-----------
Fix. Forgot to do it properly the first time(!). Views and handlers are 
executed in their own threads.

Modified Paths:
--------------
    trunk/widgets/org.vexi.vunit/src/vexi/test/vunit.t

Modified: trunk/widgets/org.vexi.vunit/src/vexi/test/vunit.t
===================================================================
--- trunk/widgets/org.vexi.vunit/src/vexi/test/vunit.t  2007-10-01 01:33:40 UTC 
(rev 2382)
+++ trunk/widgets/org.vexi.vunit/src/vexi/test/vunit.t  2007-10-01 01:33:50 UTC 
(rev 2383)
@@ -126,6 +126,7 @@
                        try{
                                test.run();
                        }catch(e){
+                           vexi.log.warn(e);
                                // FAILED
                                
testListener.failTest(e,depth+initialStackDepth);
                                testListener.endTest();


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to