|
From: <gem...@li...> - 2012-08-30 13:31:10
|
Revision: 914
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=914&view=rev
Author: michieltcs
Date: 2012-08-30 13:31:04 +0000 (Thu, 30 Aug 2012)
Log Message:
-----------
Switch to development mode by default
Modified Paths:
--------------
trunk/test/bootstrap.php
Modified: trunk/test/bootstrap.php
===================================================================
--- trunk/test/bootstrap.php 2012-08-30 13:29:30 UTC (rev 913)
+++ trunk/test/bootstrap.php 2012-08-30 13:31:04 UTC (rev 914)
@@ -46,7 +46,7 @@
define('GEMS_LIBRARY_DIR', realpath(dirname(__FILE__) . '/../library'));
define('GEMS_PROJECT_NAME', 'newProject');
define('GEMS_PROJECT_NAME_UC', ucfirst(GEMS_PROJECT_NAME));
-define('APPLICATION_ENV', 'testing');
+define('APPLICATION_ENV', 'development');
define('APPLICATION_PATH', GEMS_ROOT_DIR . '/application');
$GLOBALS['GEMS_DIRS'] = array(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|