Revision: 3393
          http://vexi.svn.sourceforge.net/vexi/?rev=3393&view=rev
Author:   mkpg2
Date:     2009-02-19 04:42:56 +0000 (Thu, 19 Feb 2009)

Log Message:
-----------
Change template to argument 'vunit.test_template' to 'vunit.test'

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

Modified: trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/main.t
===================================================================
--- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/main.t       
2009-02-19 02:10:01 UTC (rev 3392)
+++ trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/main.t       
2009-02-19 04:42:56 UTC (rev 3393)
@@ -9,9 +9,9 @@
        <wi:surface/>
                        
                        
-    static.testTemplate  = vexi.params["vunit.test_template"];
+    static.testTemplate  = vexi.params["vunit.test"];
     if(testTemplate==null){
-        throw "CONFIGURATION ERROR: vunit.test_template is not set!\n"
+        throw "CONFIGURATION ERROR: vunit.test is not set!\n"
             + "This is how the root testsuite/testcase is specified.";
     }
     vexi.log.warn("ROOT TEST: " + testTemplate);


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to