#1031 - Check the value of old forms in process variables

This commit is contained in:
Vito Albano
2016-12-16 13:08:38 +00:00
parent c6c5a39a85
commit 12c4de2c1e
7 changed files with 22 additions and 35 deletions

View File

@@ -28,7 +28,7 @@ describe('DynamicTableWidget', () => {
beforeEach(() => {
table = new DynamicTableModel(null);
visibilityService = new WidgetVisibilityService(null, null, null);
visibilityService = new WidgetVisibilityService(null);
widget = new DynamicTableWidget(null, visibilityService);
widget.content = table;
});