From d966056bb0e24693fcd05be690f724e921492df3 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 28 Sep 2010 10:19:05 -0400 Subject: Test suite for association. New test cases have been added to test SerialAssociator and BulkAssociator using mockup objects. Also fixed a bug in BulkAssociator. Moved switch_view() out of ipa_entity_generate_views() in entity.js to allow unit testing using mockup objects. Updated the test case to validate click event on facets. --- install/static/test/all_tests.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/static/test/all_tests.html') diff --git a/install/static/test/all_tests.html b/install/static/test/all_tests.html index 7185f53e..687bea1f 100644 --- a/install/static/test/all_tests.html +++ b/install/static/test/all_tests.html @@ -10,8 +10,10 @@ + +

Complete Test Suite

-- cgit