Skip to content

Commit

Permalink
Reference to MID-2451
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 3, 2015
1 parent 270f88a commit 88fd503
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2527,7 +2527,7 @@ public void test198ModifyUserJackRaw() throws Exception {
dummyAuditService.assertExecutionDeltas(1);
dummyAuditService.assertHasDelta(ChangeType.MODIFY, UserType.class);
// raw operation, no target
//dummyAuditService.assertTarget(USER_JACK_OID);
// dummyAuditService.assertTarget(USER_JACK_OID); // MID-2451
dummyAuditService.assertExecutionSuccess();

assertScriptCompileIncrement(0);
Expand Down

0 comments on commit 88fd503

Please sign in to comment.