summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/details_tests.js8
-rw-r--r--install/ui/test/entity_tests.js8
2 files changed, 0 insertions, 16 deletions
diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js
index cc087a6b4..26bc4fb66 100644
--- a/install/ui/test/details_tests.js
+++ b/install/ui/test/details_tests.js
@@ -38,14 +38,6 @@ module('details', {
setup: function() {
IPA.ajax_options.async = false;
- reg.facet.register({
- type: 'details',
- factory: IPA.details_facet,
- pre_ops: [
- mod_facet.facet_preops.details
- ]
- });
-
mod_facet.register();
mod_details.register();
diff --git a/install/ui/test/entity_tests.js b/install/ui/test/entity_tests.js
index 8dbeab2f6..b4ac91b69 100644
--- a/install/ui/test/entity_tests.js
+++ b/install/ui/test/entity_tests.js
@@ -39,14 +39,6 @@ module('entity',{
mod_search.register();
- reg.facet.register({
- type: 'search',
- factory: IPA.search_facet,
- pre_ops: [
- mod_facet.facet_preops.search
- ]
- });
-
IPA.init({
url: 'data',
on_success: function(data, text_status, xhr) {