From 03303390031ae88c9df3a0e14d85550884bb1740 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 23 May 2011 10:39:09 -0400 Subject: create entities on demand. fixed changes from code review Fixed unit tests for entity on demand changes. --- install/ui/test/entity_tests.js | 1 - 1 file changed, 1 deletion(-) (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 c258976f..41e4d5e4 100644 --- a/install/ui/test/entity_tests.js +++ b/install/ui/test/entity_tests.js @@ -39,7 +39,6 @@ module('entity',{ columns:['uid']}). build(); }; - IPA.start_entities(); }, function(xhr, text_status, error_thrown) { ok(false, "ipa_init() failed: "+error_thrown); -- cgit