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
This commit is contained in:
Jannis Moßhammer 2013-06-21 11:40:25 +02:00
parent e759911b09
commit 36c8e0df4a
1 changed files with 1 additions and 1 deletions

View File

@ -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() {