Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
fixed wrong assertion on java model test class.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMario committed Feb 8, 2018
1 parent 0c73a06 commit 768b4a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ public void booleanParameterTest() {
Assert.assertEquals(cp.baseType, "Boolean");
Assert.assertTrue(getBooleanValue(cp, CodegenConstants.IS_NOT_CONTAINER_EXT_NAME));
Assert.assertTrue(getBooleanValue(cp, CodegenConstants.IS_BOOLEAN_EXT_NAME));
Assert.assertEquals(cp.getter, "Property");
Assert.assertEquals(cp.getter, "isProperty");
}

@Test(enabled = false, description = "disabled since templates have been moved.")
Expand Down

0 comments on commit 768b4a8

Please sign in to comment.