[Fusionforge-commits] r12289 - branches/Branch_5_1/src/plugins/oslc/tests/func

Sabri LABBENE labbenes at fusionforge.org
Tue Feb 15 16:59:15 CET 2011


Author: labbenes
Date: 2011-02-15 16:59:15 +0100 (Tue, 15 Feb 2011)
New Revision: 12289

Modified:
   branches/Branch_5_1/src/plugins/oslc/tests/func/sureFireReportTest.php
Log:
Execute setup-provider-test.sh script before running the tests.

Modified: branches/Branch_5_1/src/plugins/oslc/tests/func/sureFireReportTest.php
===================================================================
--- branches/Branch_5_1/src/plugins/oslc/tests/func/sureFireReportTest.php	2011-02-15 15:59:09 UTC (rev 12288)
+++ branches/Branch_5_1/src/plugins/oslc/tests/func/sureFireReportTest.php	2011-02-15 15:59:15 UTC (rev 12289)
@@ -20,8 +20,10 @@
     // start the OSLC test suite
     echo "\nStarting OSLC test suite\n";
     $directory = dirname(dirname(__FILE__));
+    echo "Executing " . $directory . "/setup-provider-test.sh\n";
+    system('cd' . $directory . '; ./setup-provider-test.sh');
     echo "Executing " . $directory . "/run-provider-tests.sh\n";
-    system('cd '. $directory . '; ./run-provider-tests.sh');
+    system('./run-provider-tests.sh');
     echo "OSLC test suite executed\n\n";
 
     // Check the results in the generated HTML report




More information about the Fusionforge-commits mailing list