From 36c8e0df4a7aa0836405e0118057e1c9237c13e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Mo=C3=9Fhammer?= Date: Fri, 21 Jun 2013 11:40:25 +0200 Subject: [PATCH] Fix test for new module route The js base route is now js/modules/%modulename%/%file%. This commit reflects these changes in the testcases refs #4092 refs #3735 --- test/js/test/icinga/moduleTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/test/icinga/moduleTest.js b/test/js/test/icinga/moduleTest.js index 6a446b5f4..494d0264a 100644 --- a/test/js/test/icinga/moduleTest.js +++ b/test/js/test/icinga/moduleTest.js @@ -195,7 +195,7 @@ describe('The icinga module bootstrap', function() { var testClick = false; rjsmock.registerDependencies({ "icinga/module": module, - "modules/test" : { + "modules/test/test" : { eventHandler: { "a.test" : { click : function() {