Index: /FCKeditor/trunk/_test/automated/tests/fckdomrange.html
===================================================================
--- /FCKeditor/trunk/_test/automated/tests/fckdomrange.html	(revision 61)
+++ /FCKeditor/trunk/_test/automated/tests/fckdomrange.html	(revision 62)
@@ -8,4 +8,5 @@
 	<script type="text/javascript">
 
+FCKScriptLoader._FCKeditorPath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_test')) ;
 FCKScriptLoader.Load( 'FCKDomRange' ) ;
 
Index: /FCKeditor/trunk/_test/manual/fckdomrange/test1.html
===================================================================
--- /FCKeditor/trunk/_test/manual/fckdomrange/test1.html	(revision 61)
+++ /FCKeditor/trunk/_test/manual/fckdomrange/test1.html	(revision 62)
@@ -8,4 +8,5 @@
 var FCK = new Object() ;
 
+FCKScriptLoader._FCKeditorPath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_test')) ;
 FCKScriptLoader.Load( 'FCKDomRange' ) ;
 FCKScriptLoader.Load( 'FCKDebug' ) ;
