OSDN Git Service

Add ability to specify relative class paths when using runtest -c
authorBrett Chabot <brettchabot@google.com>
Thu, 7 May 2009 18:09:40 +0000 (11:09 -0700)
committerBrett Chabot <brettchabot@google.com>
Thu, 7 May 2009 18:09:40 +0000 (11:09 -0700)
commita9db32659ded66dae205c0ec332aeeb715fb131e
tree9fc5090cb607dae218c4b48a9cbc3d4e1ec8d929
parent2bca456249bcebb35a7a4b168bbc9400488bb993
Add ability to specify relative class paths when using runtest -c

"runtest -c .<className>" will now be equivalent to
"runtest -c <package>.<className>", where package is the test-app's package as defined in test_defs.xml.