X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=70ae891918f4e440381ae71bcfd71d0d751c00be;hb=7a2a4a467eb521089fe51e9a346b420d4826d142;hp=4a6a0208596c8c6fc276aa92cbaf4447acb67332;hpb=69bed9cc2d5175ab39ce02cb7f2830b6bd281303;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 4a6a020..70ae891 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 IndexData ApS. http://indexdata.com +/* Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com * * check mkws_config = {} object in browser * @@ -33,14 +33,10 @@ describe("Check pazpar2 config", function () { it("pazpar2path is a path or an full URL", function () { expect(mkws_config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/) }); - - it("my_paz is defined", function () { - expect(mkws.my_paz).not.toBe(undefined); - }); }); describe("Check pazpar2 runtime", function () { - it("pazpar2 was successfully initialize", function () { + it("pazpar2 was successfully initialized", function () { expect(mkws_config.error).toBe(undefined); }); });