summaryrefslogtreecommitdiffstats
path: root/install/ui/test/entity_tests.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-12-01 15:58:49 +0100
committerEndi S. Dewata <edewata@redhat.com>2011-12-05 16:02:01 +0000
commitc5ca34f41d2aede667c19d2213a5d7e79a5e301c (patch)
treedaa2cd27a4fd9a579009c900a262b8a5cc40d037 /install/ui/test/entity_tests.js
parent2759ea29616f14716016c0e62d13909694b2bf0b (diff)
downloadfreeipa.git-c5ca34f41d2aede667c19d2213a5d7e79a5e301c.tar.gz
freeipa.git-c5ca34f41d2aede667c19d2213a5d7e79a5e301c.tar.xz
freeipa.git-c5ca34f41d2aede667c19d2213a5d7e79a5e301c.zip
Fixed unit tests after widget refactoring
https://fedorahosted.org/freeipa/ticket/2040
Diffstat (limited to 'install/ui/test/entity_tests.js')
-rw-r--r--install/ui/test/entity_tests.js9
1 files changed, 3 insertions, 6 deletions
diff --git a/install/ui/test/entity_tests.js b/install/ui/test/entity_tests.js
index f6554938..aa53613a 100644
--- a/install/ui/test/entity_tests.js
+++ b/install/ui/test/entity_tests.js
@@ -88,18 +88,15 @@ test('Testing IPA.entity_set_search_definition().', function() {
var column = facet.get_columns()[0];
ok(
column,
- 'column is not null'
- );
+ 'column is not null');
equals(
column.name, 'uid',
- 'column.name'
- );
+ 'column.name');
equals(
column.label, 'User login',
- 'column.label'
- );
+ 'column.label');
});