Skip to content

Commit

Permalink
#11196/#11201: Touched to generate pull-request (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
agomez-dotcms committed Jun 6, 2017
1 parent b3b0c54 commit dc52c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void test() throws ParseException, JSONException {
assertEquals("description1", deserializedContentType.description());
assertEquals(FolderAPI.SYSTEM_FOLDER, deserializedContentType.folder());
assertEquals(Host.SYSTEM_HOST, deserializedContentType.host());
assertEquals("ContentTypeDefault1", deserializedContentType.name());
assertEquals("ContentTypeDefault2", deserializedContentType.name());
assertEquals("owner", deserializedContentType.owner());
assertEquals("velocityVarNameDefault1", deserializedContentType.variable());
}
Expand Down

0 comments on commit dc52c05

Please sign in to comment.