X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=modules%2Fcommon-login-resources%2Fsrc%2Fmain%2Fresources%2Flogin%2Flogin.spec.js;h=47fcf35b3b630852b018b9889cfef9d74d37fd98;hb=26f414b488f80559e71a0a3c297d13b31b09ac51;hp=f16c990785d279c912acb6b7b4a85a319fce3a97;hpb=e4274da96100138fe3a3373861559b6dd9502d35;p=dlux.git diff --git a/modules/common-login-resources/src/main/resources/login/login.spec.js b/modules/common-login-resources/src/main/resources/login/login.spec.js index f16c9907..47fcf35b 100644 --- a/modules/common-login-resources/src/main/resources/login/login.spec.js +++ b/modules/common-login-resources/src/main/resources/login/login.spec.js @@ -1,6 +1,6 @@ -define(['common/login/login.controller'], function() { +define(['common/login/login.controller', 'angular-ui-router', 'common/layout/layout.module'], function() { describe('Login Module', function() { - var scope, state, controller, location, _AuthMock; + var scope, state, controller, location, AuthMock; var url = '/test'; beforeEach(module('ui.router'));