From 724dd997447c84c6eb3893fe40fb2c5a78d4efd7 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 14 Jun 2011 00:02:54 -0500 Subject: Renamed associate.js to association.js. --- install/ui/test/aci_tests.html | 2 +- install/ui/test/all_tests.html | 2 +- install/ui/test/association_tests.html | 2 +- install/ui/test/association_tests.js | 2 +- install/ui/test/entity_tests.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/aci_tests.html b/install/ui/test/aci_tests.html index be035c413..4b024ec10 100755 --- a/install/ui/test/aci_tests.html +++ b/install/ui/test/aci_tests.html @@ -18,7 +18,7 @@ - + diff --git a/install/ui/test/all_tests.html b/install/ui/test/all_tests.html index be0bf3ea1..7af7e02b3 100644 --- a/install/ui/test/all_tests.html +++ b/install/ui/test/all_tests.html @@ -15,7 +15,7 @@ - + diff --git a/install/ui/test/association_tests.html b/install/ui/test/association_tests.html index e9e3650ba..a25e417af 100644 --- a/install/ui/test/association_tests.html +++ b/install/ui/test/association_tests.html @@ -12,7 +12,7 @@ - + diff --git a/install/ui/test/association_tests.js b/install/ui/test/association_tests.js index bad8d1a84..7eea1fc91 100644 --- a/install/ui/test/association_tests.js +++ b/install/ui/test/association_tests.js @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -module('associate'); +module('association'); test("Testing serial_associator().", function() { diff --git a/install/ui/test/entity_tests.html b/install/ui/test/entity_tests.html index 8b41f8fe9..bd48db205 100644 --- a/install/ui/test/entity_tests.html +++ b/install/ui/test/entity_tests.html @@ -13,7 +13,7 @@ - + -- cgit