Merge remote-tracking branch 'github-open/open1252' into open-master

This commit is contained in:
Pete Richards 2015-09-14 10:51:30 -07:00
commit c010011798
2 changed files with 0 additions and 5 deletions

View File

@ -78,10 +78,6 @@ define(
{
name: "Type",
value: type && type.getName()
},
{
name: "ID",
value: domainObject.getId()
}
];
}

View File

@ -92,7 +92,6 @@ define(
it("reports generic properties", function () {
var properties = metadata.invoke();
expect(findValue(properties, 'ID')).toEqual("Test id");
expect(findValue(properties, 'Type')).toEqual("Test type");
});