Index: /CKEditor/tests/profile.js.tpl
===================================================================
--- /CKEditor/tests/profile.js.tpl	(revision 4204)
+++ /CKEditor/tests/profile.js.tpl	(revision 4205)
@@ -24,9 +24,9 @@
 				// Inject CKEditor unit test library.
 				if ( tags.indexOf( 'unit' ) != -1  )
-					env.push( '${CKEDITOR_ROOT}/_tests/js/unit.js' );
+					env.push( '${CKEDITOR_TEST_BRANCH_ROOT}/js/unit.js' );
 
 				// Inject CKEditor manual test library.
 				if ( tags.indexOf( 'manual' ) != -1  )
-					env.push( '${CKEDITOR_ROOT}/_tests/js/manual.js' );
+					env.push( '${CKEDITOR_TEST_BRANCH_ROOT}/js/manual.js' );
 
 
Index: /CKEditor/tests/variables.js.tpl
===================================================================
--- /CKEditor/tests/variables.js.tpl	(revision 4204)
+++ /CKEditor/tests/variables.js.tpl	(revision 4205)
@@ -10,4 +10,5 @@
 CKTESTER.fort.variables =
 {
-	'CKEDITOR_ROOT' : '../ckeditor'
+	'CKEDITOR_ROOT' : '../../ckeditor',
+	'CKEDITOR_TEST_BRANCH_ROOT' : '../../ckeditor/_tests'
 };
