Item9853: Cannot pass verify_ tests easily to TestRunner.pl
Priority: Enhancement
Current State: Closed
Released In: 1.1.1
Target Release: n/a
Often, you want to work on a unit test which is a verify function, hence the tests are generated by the system. So you cannot directly specify:
sudo -u apache perl ../bin/TestRunner.pl FuncUsersTests::verify_removeFromGroup
Now you can
You can also do:
./run-tests.sh UploadScriptTests::test_illegal
To run both
UploadScriptTests::test_illegal_propschange
and
UploadScriptTests::test_illegal_upload
--
OlivierRaginel - 20 Oct 2010