Skip to content

Commit

Permalink
DROOLS-337: Add support for a ENABLED-DISABLED column. Fix failing test
Browse files Browse the repository at this point in the history
(cherry picked from commit d19805c)
  • Loading branch information
manstis committed Nov 15, 2013
1 parent fa78a3e commit 4347dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void testBadColumnHeader() {
try {
makeRuleSet();
makeRuleTable();
makeRow( 11, "Condition", "CONDITION", "A", "BLURB", "P" );
makeRow( 11, "Condition", "CONDITION", "A", "SMURF", "P" );
listener.finishSheet();
fail( "should have failed" );
} catch( DecisionTableParseException e ) {
Expand Down

0 comments on commit 4347dc8

Please sign in to comment.