Arthur Bogaart pushed to branch feature/cmng-psp1 at cms / 
hippo-addon-channel-manager


Commits:
e6d56fc1 by Arthur Bogaart at 2016-02-17T12:11:29+01:00
 CHANNELMGR-437 Add missing null argument to test

- - - - -


1 changed file:

- frontend-ng/src/angularjs/channel/hippoIframe/linkProcessor.service.spec.js


Changes:

=====================================
frontend-ng/src/angularjs/channel/hippoIframe/linkProcessor.service.spec.js
=====================================
--- 
a/frontend-ng/src/angularjs/channel/hippoIframe/linkProcessor.service.spec.js
+++ 
b/frontend-ng/src/angularjs/channel/hippoIframe/linkProcessor.service.spec.js
@@ -65,7 +65,7 @@ describe('LinkProcessorService', function () {
 
   describe('running with a null internalLinkPrefix', function () {
     it('should set attribute target to _blank for both internal and external 
links', function () {
-      linkProcessorService.run($document);
+      linkProcessorService.run($document, null);
       expectTargetAttrToBeBlank('.qa-external-link, .qa-internal-link');
       expectTargetAttrNotToBeBlank('.qa-local-link');
     });



View it on GitLab: 
https://code.onehippo.org/cms/hippo-addon-channel-manager/commit/e6d56fc18c2fce8ad4bb1debeb4636e612baabbd
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to