/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

/**
 * @fileOverview
 * This file is intended to provide a template of 'variable.js' for customized local definitions.
 */
CKTESTER.fort.variables =
{
	// 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' : ''
};
