Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Jul 26, 2023
1 parent 06a03d3 commit 9b6a054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public void testLayoutIntentPages()
final JSONWriter jsonWriter = new JSONWriter();
jsonWriter.setXJDF(true, false, EnumVersion.Version_2_1);
final JSONObject o = jsonWriter.convert(xjdf);
assertEquals(3, new JSONObjHelper(o).getPathObject("XJDF/ProductList/Product/Intent/LayoutIntent/Pages"));
assertEquals(3, new JSONObjHelper(o).getPathObject("ProductList/Product/Intent/LayoutIntent/Pages"));
}

/**
Expand Down

0 comments on commit 9b6a054

Please sign in to comment.