X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=37c9c0dc73529ec2e8f81c375c521ae39989c21a;hp=69421429eb87c4e391fd7f7265c9250df475818f;hb=94012a9c3fb4e26743b5b8617c10693f4906b703;hpb=87b1be54f2c94566702dc429a70425905932618a diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 6942142..37c9c0d 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -41,7 +41,7 @@ describe("Check mkws.config object", function () { it("mkws.config locale check German", function () { expect(mkws.locale_lang.de.Authors).toMatch(/^Autoren$/); - expect(mkws.locale_lang.de.Location).toMatch(/^Ort$/); + expect(mkws.locale_lang.de.Location).toMatch(/^Bestand$/); }); it("mkws.config locale check Danish", function () { expect(mkws.locale_lang.da.Authors).toMatch(/^Forfattere$/);