public void testIntegrationWithModify() throws Exception {
Scenario sc = new Scenario();
sc.fixtures.add( new FactData( "Cheese",
"c1",
ls( new FieldData( "price",
"1" ) ),
false ) );
sc.fixtures.add( new ExecutionTrace() );
sc.fixtures.add( new VerifyFact( "c1",
ls( new VerifyField( "type",
"rule1",
"==" ) ) ) );
sc.fixtures.add( new FactData( "Cheese",
"c1",
ls( new FieldData( "price",
"42" ) ),
true ) );
sc.fixtures.add( new ExecutionTrace() );
sc.fixtures.add( new VerifyFact( "c1",