From 5dcfdd6d5e73f32e37a4d1644a96cb7823714e29 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Thu, 6 Dec 2012 23:17:30 +0400 Subject: [PATCH] tiny fix in test --- test/unit/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/common.js b/test/unit/common.js index ec685db..d0a5bee 100644 --- a/test/unit/common.js +++ b/test/unit/common.js @@ -62,7 +62,7 @@ // equal(e3.data('editable').lastSavedValue, v, 'lastSavedValue taken from text correctly (escaped)'); }); - test("should take container's title from json options", function () { + test("container's title and placement from json options", function () { //do not test inline if($.fn.editableContainer.Constructor.prototype.containerName === 'editableform') { expect(0);