From 3528b4eca3cf2519a6af5a43f6b321cbd8eea138 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 18 Apr 2011 10:59:50 -0500 Subject: Moved adder dialog box into entity. The adder dialog box definition has been moved from search facet into entity to make it accessible from other facets. --- install/ui/test/entity_tests.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'install/ui/test/entity_tests.js') diff --git a/install/ui/test/entity_tests.js b/install/ui/test/entity_tests.js index 0adc091f..bf071f87 100644 --- a/install/ui/test/entity_tests.js +++ b/install/ui/test/entity_tests.js @@ -36,8 +36,7 @@ module('entity',{ entity_builder(). entity('user'). search_facet({ - columns:['uid'], - add_fields:[]}). + columns:['uid']}). build(); }; IPA.start_entities(); @@ -67,8 +66,7 @@ test('Testing IPA.entity_set_search_definition().', function() { entity_builder(). entity('user'). search_facet({ - columns:['uid'], - add_fields:[]}). + columns:['uid']}). build(); entity.init(); -- cgit