- Revision
- 1458
- Author
- mauro
- Date
- 2009-12-22 17:43:20 -0600 (Tue, 22 Dec 2009)
Log Message
Styling.
Modified Paths
- trunk/core/jbehave-core/src/main/java/org/jbehave/scenario/steps/CandidateStep.java
- trunk/core/jbehave-core/src/main/resources/style/jbehave-reports.css
Diff
Modified: trunk/core/jbehave-core/src/main/java/org/jbehave/scenario/steps/CandidateStep.java (1457 => 1458)
--- trunk/core/jbehave-core/src/main/java/org/jbehave/scenario/steps/CandidateStep.java 2009-12-22 23:34:27 UTC (rev 1457) +++ trunk/core/jbehave-core/src/main/java/org/jbehave/scenario/steps/CandidateStep.java 2009-12-22 23:43:20 UTC (rev 1458) @@ -298,7 +298,7 @@ public static class NoGroupFoundForName extends RuntimeException { public NoGroupFoundForName(String name, String[] groupNames) { - super("No group found for name " + name + " amongst " + asList(groupNames)); + super("No group found for name '" + name + "' amongst '" + asList(groupNames) + "'"); } } @@ -307,12 +307,12 @@ public static class StartingWordNotFound extends RuntimeException { public StartingWordNotFound(String step, StepType stepType, Map<StepType, String> startingWordsByType) { - super("No starting word found for step " + step + " of type " + stepType + " amongst " - + startingWordsByType); + super("No starting word found for step '" + step + "' of type '" + stepType + "' amongst '" + + startingWordsByType+"'"); } public StartingWordNotFound(StepType stepType, Map<StepType, String> startingWordsByType) { - super("No starting word found of type " + stepType + " amongst " + startingWordsByType); + super("No starting word found of type '" + stepType + "' amongst '" + startingWordsByType+"'"); } }
Modified: trunk/core/jbehave-core/src/main/resources/style/jbehave-reports.css (1457 => 1458)
--- trunk/core/jbehave-core/src/main/resources/style/jbehave-reports.css 2009-12-22 23:34:27 UTC (rev 1457) +++ trunk/core/jbehave-core/src/main/resources/style/jbehave-reports.css 2009-12-22 23:43:20 UTC (rev 1458) @@ -144,11 +144,11 @@ } .pending { - color: yellow; + color: #ffaa00; } .notPerformed { - color: yellow; + color: #ffaa00; } .failed {
To unsubscribe from this list please visit:
