8
0
Piotrek Koszuliński 11 лет назад
Родитель
Сommit
90cdfcaa5f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/ckeditor/basepath.js

+ 1 - 1
tests/ckeditor/basepath.js

@@ -40,7 +40,7 @@ describe( 'This browser', function() {
 	// Browsers should convert absolute and relative URLs to full URLs.
 	// If this test fails in any browser, _getBasePath() must be reviewed to deal with such case (v4 does it).
 	function testUrlIsFull( url ) {
-		it( 'should not keep script URLs absolute or relative', function() {
+		it( 'should not keep script URLs absolute or relative - ' + url, function() {
 			removeScripts();
 
 			var script = addScript( url );