diff --git a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.css b/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.css
deleted file mode 100644
index cb4ceab88..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.css
+++ /dev/null
@@ -1,4 +0,0 @@
-.sample
-{
- position: absolute;
-}
diff --git a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.js b/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.js
deleted file mode 100644
index 56f6a62ac..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.js
+++ /dev/null
@@ -1 +0,0 @@
-var testVar = 'Test!';
diff --git a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.txt b/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.txt
deleted file mode 100644
index c51cb7b15..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.txt
+++ /dev/null
@@ -1 +0,0 @@
-Sample Text
diff --git a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.xml b/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.xml
deleted file mode 100644
index 9b8be88b1..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
diff --git a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample_xml.txt b/UI/WebServerResources/ckeditor/_source/tests/_assets/sample_xml.txt
deleted file mode 100644
index 9b8be88b1..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/_assets/sample_xml.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
diff --git a/UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_1.js b/UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_1.js
deleted file mode 100644
index 12a52259d..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_1.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-
-CKEDITOR.editorConfig = function( config )
-{
- config.customConfig = '_editor/custom_config_2.js';
- config.test_custom1 = 'Ok';
-};
diff --git a/UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_2.js b/UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_2.js
deleted file mode 100644
index 6996a961d..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_2.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-
-CKEDITOR.editorConfig = function( config )
-{
- config.test_custom2 = 'Ok';
-};
diff --git a/UI/WebServerResources/ckeditor/_source/tests/core/ajax.html b/UI/WebServerResources/ckeditor/_source/tests/core/ajax.html
deleted file mode 100644
index cb4a3692f..000000000
--- a/UI/WebServerResources/ckeditor/_source/tests/core/ajax.html
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
texttargettexttext
Sample Text
-This is some text.
Another paragraph.
- This document contains various markup features commonly used by content editors
- or "rédacteurs de contenu" as they are
- called in
- France.
- It is important that a WYSIWYG
- tool has features that are easily available for the editor. If not, there is a risk
- that content won't receive proper markup. Examples
- of commonly found content are:
- -
--
-- In the test we will try to recreate this document using the editor tools. To make - sure tables can be inserted properly we re-visit banana import - statistics from 1998. -
-
- This paragraph has and image at the very end of its contents.
-
- In the test we will try to recreate this document using the editor tools. To make - sure tables can be inserted properly we re-visit banana import statistics - from 1998. -
-| - Country | -- Millions of US dollars per million people | -
|---|---|
| - Sweden | -- 17.12 | -
| - United Kingdom | -- 8.88 | -
| - Germany | -- 8.36 | -
| - Italy | -- 5.96 | -
| - United States | -- 4.78 | -
- For block quotes we will have a look at what Joe - Clark says about redheads:
---- "Since boyhood I’ve always believed, at the deepest level, that redheads are - standard-bearers of the grandest and most wondrous human beauty."
-
- 
- The above is the CKEditor logo loaded from the FCKeditor.net web site.
-Line 1
Line 2
Line 3
Test Enlarge this
-Test Enlarge this
-Enlarge this
-Test Enlarge
-Test Enlarge
-Test Enlarge
-Test Enlarge
-Test List
Item Enlarge
Test List
Item Enlarge
Test List
Item Enlarge
Test List
Item Enlarge
Test Block
Enlarge
-
Test List
Item Enlarge
Test Block
Enlarge
Test Block Enlarge
-Test trim
-| - head1 | -
|---|
cell1 |
-
| cell2 | -
item2
item5
paragraph
textparagraph
paragraph
para1
para2
- This is some sample text. You are using CKEditor.
- - diff --git a/UI/WebServerResources/ckeditor/_source/tests/plugins/styles/styles.html b/UI/WebServerResources/ckeditor/_source/tests/plugins/styles/styles.html deleted file mode 100644 index 9648cd3e4..000000000 --- a/UI/WebServerResources/ckeditor/_source/tests/plugins/styles/styles.html +++ /dev/null @@ -1,596 +0,0 @@ - - - -' + htmlEncode( expected ) + - '
' + htmlEncode( actual ) + '' ); - break; - case runner.TEST_PASS_EVENT: - outputResult( 'PASS Test named "' + data.testName + '" passed.' ); - break; - case runner.TEST_IGNORE_EVENT: - outputResult( 'IGNORE Test named "' + data.testName + '" was ignored.' ); - break; - } - }; - - runner.subscribe(runner.TEST_FAIL_EVENT, handleTestResult); - runner.subscribe(runner.TEST_IGNORE_EVENT, handleTestResult); - runner.subscribe(runner.TEST_PASS_EVENT, handleTestResult); - - if ( window.parent && window.parent.onTestStart ) - { - runner.subscribe(runner.TEST_CASE_BEGIN_EVENT, window.parent.onTestStart); - runner.subscribe(runner.TEST_CASE_COMPLETE_EVENT, window.parent.onTestComplete); - } - - if ( !CKEDITOR.test.deferRunner ) - runner.run(); - }; -})(); diff --git a/UI/WebServerResources/ckeditor/_source/tests/testall.html b/UI/WebServerResources/ckeditor/_source/tests/testall.html deleted file mode 100644 index 55df0bd2a..000000000 --- a/UI/WebServerResources/ckeditor/_source/tests/testall.html +++ /dev/null @@ -1,114 +0,0 @@ - - - -
{sourceAndDetail}
{message}
",BASIC_TEMPLATE:"{label}{totalTime}ms (+{elapsedTime}) {localTime}: {sourceAndDetail}: {message}
"});YAHOO.widget.LogReader.prototype={logReaderEnabled:true,width:null,height:null,top:null,left:null,right:null,bottom:null,fontSize:null,footerEnabled:true,verboseOutput:true,entryFormat:null,newestOnTop:true,outputBuffer:100,thresholdMax:500,thresholdMin:100,isCollapsed:false,isPaused:false,draggable:true,toString:function(){return"LogReader instance"+this._sName;},pause:function(){this.isPaused=true;this._btnPause.value="Resume";this._timeout=null;this.logReaderEnabled=false;},resume:function(){this.isPaused=false;this._btnPause.value="Pause";this.logReaderEnabled=true;this._printBuffer();},hide:function(){this._elContainer.style.display="none";},show:function(){this._elContainer.style.display="block";},collapse:function(){this._elConsole.style.display="none";if(this._elFt){this._elFt.style.display="none";}this._btnCollapse.value="Expand";this.isCollapsed=true;},expand:function(){this._elConsole.style.display="block";if(this._elFt){this._elFt.style.display="block";}this._btnCollapse.value="Collapse";this.isCollapsed=false;},getCheckbox:function(A){return this._filterCheckboxes[A];},getCategories:function(){return this._categoryFilters;},showCategory:function(B){var D=this._categoryFilters;if(D.indexOf){if(D.indexOf(B)>-1){return ;}}else{for(var A=0;A";},init:function(){if(YAHOO.tool.TestRunner){this.setTestRunner(YAHOO.tool.TestRunner);}this.hideSource("global");this.hideSource("LogReader");this.hideCategory("warn");this.hideCategory("window");this.hideCategory("time");this.clearConsole();},clearTestRunner:function(){if(this._runner){this._runner.unsubscribeAll();this._runner=null;}},setTestRunner:function(A){if(this._runner){this.clearTestRunner();}this._runner=A;A.subscribe(A.TEST_PASS_EVENT,this._handleTestRunnerEvent,this,true);A.subscribe(A.TEST_FAIL_EVENT,this._handleTestRunnerEvent,this,true);A.subscribe(A.TEST_IGNORE_EVENT,this._handleTestRunnerEvent,this,true);A.subscribe(A.BEGIN_EVENT,this._handleTestRunnerEvent,this,true);A.subscribe(A.COMPLETE_EVENT,this._handleTestRunnerEvent,this,true);A.subscribe(A.TEST_SUITE_BEGIN_EVENT,this._handleTestRunnerEvent,this,true);A.subscribe(A.TEST_SUITE_COMPLETE_EVENT,this._handleTestRunnerEvent,this,true);A.subscribe(A.TEST_CASE_BEGIN_EVENT,this._handleTestRunnerEvent,this,true); -A.subscribe(A.TEST_CASE_COMPLETE_EVENT,this._handleTestRunnerEvent,this,true);},_handleTestRunnerEvent:function(D){var A=YAHOO.tool.TestRunner;var C="";var B="";switch(D.type){case A.BEGIN_EVENT:C="Testing began at "+(new Date()).toString()+".";B="info";break;case A.COMPLETE_EVENT:C="Testing completed at "+(new Date()).toString()+".\nPassed:"+D.results.passed+" Failed:"+D.results.failed+" Total:"+D.results.total;B="info";break;case A.TEST_FAIL_EVENT:C=D.testName+": "+D.error.getMessage();B="fail";break;case A.TEST_IGNORE_EVENT:C=D.testName+": ignored.";B="ignore";break;case A.TEST_PASS_EVENT:C=D.testName+": passed.";B="pass";break;case A.TEST_SUITE_BEGIN_EVENT:C="Test suite \""+D.testSuite.name+"\" started.";B="info";break;case A.TEST_SUITE_COMPLETE_EVENT:C="Test suite \""+D.testSuite.name+"\" completed.\nPassed:"+D.results.passed+" Failed:"+D.results.failed+" Total:"+D.results.total;B="info";break;case A.TEST_CASE_BEGIN_EVENT:C="Test case \""+D.testCase.name+"\" started.";B="info";break;case A.TEST_CASE_COMPLETE_EVENT:C="Test case \""+D.testCase.name+"\" completed.\nPassed:"+D.results.passed+" Failed:"+D.results.failed+" Total:"+D.results.total;B="info";break;default:C="Unexpected event "+D.type;C="info";}YAHOO.log(C,B,"TestRunner");}});YAHOO.namespace("tool.TestFormat");YAHOO.tool.TestFormat.JSON=function(A){return YAHOO.lang.JSON.stringify(A);};YAHOO.tool.TestFormat.XML=function(C){var A=YAHOO.lang;var B="<"+C.type+" name=\""+C.name.replace(/"/g,""").replace(/'/g,"'")+"\"";if(C.type=="test"){B+=" result=\""+C.result+"\" message=\""+C.message+"\">";}else{B+=" passed=\""+C.passed+"\" failed=\""+C.failed+"\" ignored=\""+C.ignored+"\" total=\""+C.total+"\">";for(var D in C){if(A.hasOwnProperty(C,D)&&A.isObject(C[D])&&!A.isArray(C[D])){B+=arguments.callee(C[D]);}}}B+=""+C.type+">";return B;};YAHOO.namespace("tool");YAHOO.tool.TestReporter=function(A,B){this.url=A;this.format=B||YAHOO.tool.TestFormat.XML;this._fields=new Object();this._form=null;this._iframe=null;};YAHOO.tool.TestReporter.prototype={constructor:YAHOO.tool.TestReporter,addField:function(A,B){this._fields[A]=B;},clearFields:function(){this._fields=new Object();},destroy:function(){if(this._form){this._form.parentNode.removeChild(this._form);this._form=null;}if(this._iframe){this._iframe.parentNode.removeChild(this._iframe);this._iframe=null;}this._fields=null;},report:function(A){if(!this._form){this._form=document.createElement("form");this._form.method="post";this._form.style.visibility="hidden";this._form.style.position="absolute";this._form.style.top=0;document.body.appendChild(this._form);if(YAHOO.env.ua.ie){this._iframe=document.createElement("");}else{this._iframe=document.createElement("iframe");this._iframe.name="yuiTestTarget";}this._iframe.src="javascript:false";this._iframe.style.visibility="hidden";this._iframe.style.position="absolute";this._iframe.style.top=0;document.body.appendChild(this._iframe);this._form.target="yuiTestTarget";}this._form.action=this.url;while(this._form.hasChildNodes()){this._form.removeChild(this._form.lastChild);}this._fields.results=this.format(A);this._fields.useragent=navigator.userAgent;this._fields.timestamp=(new Date()).toLocaleString();for(var B in this._fields){if(YAHOO.lang.hasOwnProperty(this._fields,B)&&typeof this._fields[B]!="function"){if(YAHOO.env.ua.ie){input=document.createElement("");}else{input=document.createElement("input");input.name=B;}input.type="hidden";input.value=this._fields[B];this._form.appendChild(input);}}delete this._fields.results;delete this._fields.useragent;delete this._fields.timestamp;if(arguments[1]!==false){this._form.submit();}}};YAHOO.register("yuitest",YAHOO.tool.TestRunner,{version:"2.5.2",build:"1076"});"+A.toUpperCase()+" "+C+"