Skip to content

Commit

Permalink
Fixed TestRefinedSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 12, 2019
1 parent a742a11 commit bbeaec4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -604,7 +604,7 @@ public void test140ParseFromResourcePosix() throws Exception {
LayerType.SCHEMA, LayerType.PRESENTATION);

assertAttributeDef(rAccountAttrs, new QName(ResourceTypeUtil.getResourceNamespace(resourceType), "entryUUID"),
DOMUtil.XSD_STRING, 0, 1, null, 100,
DOMUtil.XSD_STRING, 0, 1, "entryUUID", 100,
false, false,
false, true, false, // Access: create, read, update
LayerType.SCHEMA, LayerType.PRESENTATION);
Expand All @@ -622,7 +622,7 @@ public void test140ParseFromResourcePosix() throws Exception {
LayerType.SCHEMA, LayerType.PRESENTATION);

assertAttributeDef(rAccountAttrs, new QName(ResourceTypeUtil.getResourceNamespace(resourceType), "employeeNumber"),
DOMUtil.XSD_STRING, 0, 1, null, 140,
DOMUtil.XSD_STRING, 0, 1, "employeeNumber", 140,
false, false,
true, true, true, // Access: create, read, update
LayerType.SCHEMA, LayerType.PRESENTATION);
Expand Down

0 comments on commit bbeaec4

Please sign in to comment.