Skip to content

Commit

Permalink
Minor improvement on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 4, 2013
1 parent 930c84d commit 2392b62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public TestResult invoke(final TestMethodExecutor testMethodExecutor)
if (instance == null)
throw new IllegalStateException(
"Test class could not be found in any deployment. "
+ "You must have one @Deployment(testable=true\"); deployment that contains a "
+ "You must have one @Deployment(testable=true) deployment that contains a "
+ "non 'ClassLoading Only' Addon(e.g. An addon that is capable of providing remote services.).");

TestResult result = null;
Expand Down

0 comments on commit 2392b62

Please sign in to comment.