MantisBT - Rosetta
View Issue Details
0000076Rosetta[All Projects] Input Handlingpublic2012-08-16 19:012012-09-19 20:13
rmoretti 
Sergey 
normalminoralways
resolvedfixed 
Trunk 
 
test/run.py
./test/run.py -1 ImNotAValidTest
51265
0000076: Unit test framework do not identify invalid test.
If you attempt to use the -1 option on the unit test runner with an invalid unit test name, the framework will run without commenting on the fact that the test you requested doesn't exist.

$ ./test/run.py -1 ImNotAValidTest
Identifying platform...

Platform found: debug/linux/2.6/64/x86/gcc/4.1/
Done!

The lack of tracer output tips you off to the fact that nothing was run, but it would be nice to get a more affirmative error, to help guard against typos (Was it MyMoverNameTest or MyMoverNameTest_s_?)
No tags attached.
Issue History
2012-08-16 19:01rmorettiNew Issue
2012-08-18 22:51SergeyAssigned To => Sergey
2012-08-18 22:51SergeyStatusnew => assigned
2012-09-19 20:13SergeyFixed in SVN Version => 51265
2012-09-19 20:13SergeyNote Added: 0000106
2012-09-19 20:13SergeyStatusassigned => resolved
2012-09-19 20:13SergeyResolutionopen => fixed

Notes
(0000106)
Sergey   
2012-09-19 20:13   
Fxed in 51265.