[limb-svn] r6492 - 3.x/trunk/limb/tests_runner/tests/cases

svn at limb-project.com svn at limb-project.com
Tue Nov 6 23:22:24 MSK 2007


Author: pachanga
Date: 2007-11-06 23:22:24 +0300 (Tue, 06 Nov 2007)
New Revision: 6492
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6492

Modified:
   3.x/trunk/limb/tests_runner/tests/cases/lmbTestShellUITest.class.php
Log:
-- improving group selector test a bit


Modified: 3.x/trunk/limb/tests_runner/tests/cases/lmbTestShellUITest.class.php
===================================================================
--- 3.x/trunk/limb/tests_runner/tests/cases/lmbTestShellUITest.class.php	2007-11-06 20:17:33 UTC (rev 6491)
+++ 3.x/trunk/limb/tests_runner/tests/cases/lmbTestShellUITest.class.php	2007-11-06 20:22:24 UTC (rev 6492)
@@ -123,7 +123,7 @@
   function testPerformOnlySelectedGroupsOfTests()
   {
     $foo = $this->_createTestCase($foo_file = LIMB_VAR_DIR . '/cases/foo_test.php', "/**\n* @group foo\n*/ %class%");
-    $bar = $this->_createTestCase($bar_file = LIMB_VAR_DIR . '/cases/bar_test.php', "/**\n* @group bar\n*/ %class%");
+    $bar = $this->_createTestCase($bar_file = LIMB_VAR_DIR . '/cases/bar_test.php', "/**\n* @group bar,foo\n*/ %class%");
     $junk = $this->_createTestCase($junk_file = LIMB_VAR_DIR . '/cases/junk_test.php', "/*\n* @group junk\n*/ %class%");
 
     $ret = $this->_execScript("--groups=foo,bar $foo_file $bar_file $junk_file", $screen);



More information about the limb-svn mailing list