[Tables] #793 Added fix for tables not appearing on refresh

Fixed failing tests
This commit is contained in:
Henry
2016-03-28 11:21:05 -07:00
parent 012a38cccd
commit a4b79cdb5b
4 changed files with 33 additions and 22 deletions

View File

@ -203,7 +203,7 @@ define(
' object composition changes', function () {
controller.registerChangeListeners();
expect(watches['domainObject.getModel().composition']).toBeDefined();
watches['domainObject.getModel().composition']();
watches['domainObject.getModel().composition'](["one"], ["two"]);
expect(controller.subscribe).toHaveBeenCalled();
});