Index: /CKEditor/tests/variables.js.tpl
===================================================================
--- /CKEditor/tests/variables.js.tpl	(revision 4223)
+++ /CKEditor/tests/variables.js.tpl	(revision 4224)
@@ -10,5 +10,9 @@
 CKTESTER.fort.variables =
 {
-	'CKEDITOR_ROOT' : '../../ckeditor',
-	'CKEDITOR_TEST_BRANCH_ROOT' : '../../ckeditor/_tests'
+	// Point to the CKEditor project root.
+	'CKEDITOR_ROOT' : '/ckeditor',
+
+	 // You won't need to change this unless you're running it from local file system,
+	 // when you should point to the test branch root.  
+	'CKEDITOR_TEST_BRANCH_ROOT' : ''
 };
