Title: [commits] (dan) [13503] =mate
The commit message for this should be as follows:

Having a default value for the this option was causing Chandler to try and run a test every time it started resulting in an error since no test name was being passed.  Changing the default to None solves this problem.

BTW the recordedTest option is for running scripts recorded with the Test > record script menu selection.  These scripts are starting to work for some simple cases.

-Dan

[email protected] wrote:
Revision
13503
Author
dan
Date
2007-03-15 16:49:03 -0700 (Thu, 15 Mar 2007)

Log Message

=mate

Modified Paths

Diff

Modified: trunk/chandler/application/Utility.py (13502 => 13503)

--- trunk/chandler/application/Utility.py	2007-03-15 22:59:49 UTC (rev 13502)
+++ trunk/chandler/application/Utility.py	2007-03-15 23:49:03 UTC (rev 13503)
@@ -215,7 +215,7 @@
     'chandlerTests': ('', '--chandlerTests', 's', None, None, 'file:TestClass,file2:TestClass2 to be executed by new framework'),
     'chandlerTestSuite': ('-T', '--chandlerTestSuite', 'b', False, None, 'run the functional test suite'),
     'chandlerTestDebug': ('-D', '--chandlerTestDebug', 's', 0, None, '0=print only failures, 1=print pass and fail, 2=print pass & fail & check repository after each test'),
-    'recordedTest': ('', '--recordedTest', 's', 0, None, 'run a recorded test from the recorded_scripts directory. Use "all" to run full suite.'),
+    'recordedTest': ('', '--recordedTest', 's', None, None, 'run a recorded test from the recorded_scripts directory. Use "all" to run full suite.'),
     'chandlerTestMask': ('-M', '--chandlerTestMask', 's', 3, None, '0=print all, 1=hide reports, 2=also hide actions, 3=also hide test names'),
     'chandlerPerformanceTests': ('', '--chandlerPerformanceTests', 's', None, None, 'file:TestClass,file2:TestClass2 to be executed by performance new framework'),
     'chandlerTestLogfile': ('', '--chandlerTestLogfile', 's', None, None, 'file for chandlerTests output'),

  

_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits


_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to