浏览代码

Removed duplicated test.

Oskar Wróbel 8 年之前
父节点
当前提交
784eff3294
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      packages/ckeditor5-engine/tests/controller/deletecontent.js

+ 0 - 6
packages/ckeditor5-engine/tests/controller/deletecontent.js

@@ -189,12 +189,6 @@ describe( 'DataController', () => {
 			);
 
 			test(
-				'merges second element into the first one (same name)',
-				'<paragraph>x</paragraph><paragraph>fo[o</paragraph><paragraph>b]ar</paragraph><paragraph>y</paragraph>',
-				'<paragraph>x</paragraph><paragraph>fo[]ar</paragraph><paragraph>y</paragraph>'
-			);
-
-			test(
 				'merges second element into the first one (different name)',
 				'<paragraph>x</paragraph><heading1>fo[o</heading1><paragraph>b]ar</paragraph><paragraph>y</paragraph>',
 				'<paragraph>x</paragraph><heading1>fo[]ar</heading1><paragraph>y</paragraph>'