summaryrefslogtreecommitdiffstats
path: root/install/ui/test/entity_tests.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-05-23 10:39:09 -0400
committerAdam Young <ayoung@redhat.com>2011-05-23 13:31:23 -0400
commit03303390031ae88c9df3a0e14d85550884bb1740 (patch)
tree5f4fa206c61b909657d760de902d5f7bb136c25f /install/ui/test/entity_tests.js
parent0238cb845a724969990be3c8a45ef572296b5de1 (diff)
downloadfreeipa-03303390031ae88c9df3a0e14d85550884bb1740.tar.gz
freeipa-03303390031ae88c9df3a0e14d85550884bb1740.tar.xz
freeipa-03303390031ae88c9df3a0e14d85550884bb1740.zip
create entities on demand.
fixed changes from code review Fixed unit tests for entity on demand changes.
Diffstat (limited to 'install/ui/test/entity_tests.js')
-rw-r--r--install/ui/test/entity_tests.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/test/entity_tests.js b/install/ui/test/entity_tests.js
index c258976f8..41e4d5e47 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);