浏览代码

Removed an invalid basePath test. Fixes #20.

fredck 10 年之前
父节点
当前提交
35a79f0624
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/ckeditor/basepath.js

+ 0 - 1
tests/ckeditor/basepath.js

@@ -20,7 +20,6 @@ beforeEach( function() {
 describe( 'basePath', function() {
 	testGetBasePathFromTag( 'http://bar.com/ckeditor/ckeditor.js', 'http://bar.com/ckeditor/' );
 	testGetBasePathFromTag( '/ckeditor/ckeditor.js', /\/ckeditor\/$/ );
-	testGetBasePathFromTag( '\\ckeditor\\ckeditor.js', /[\\\/]ckeditor[\\\/]$/ );
 	testGetBasePathFromTag( '/ckeditor/ckeditor.js?foo=1#bar', /\/ckeditor\/$/ );
 	testGetBasePathFromTag( '/ckeditor/ckeditor.js;id=foo-bar', /\/ckeditor\/$/ );
 	testGetBasePathFromTag( '/ckeditor/CKEDITOR.JS', /\/ckeditor\/$/ );