From c5ca34f41d2aede667c19d2213a5d7e79a5e301c Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 1 Dec 2011 15:58:49 +0100 Subject: Fixed unit tests after widget refactoring https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/test/entity_tests.js | 9 +++------ 1 file changed, 3 insertions(+), 6 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 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'); }); -- cgit