Переглянути джерело

Updated config file for unit tests (the farmer data model)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@364 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 роки тому
батько
коміт
2cdfb9de62
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      config-test-farm.php

+ 4 - 1
config-test-farm.php

@@ -10,7 +10,7 @@
 
 $MySettings = array(
 	'db_host' => 'localhost',
-	'db_user' => 'RomainDBLogin',
+	'db_user' => 'root',
 	'db_pwd' => '',
 	'db_name' => 'TestFarm',
 	'db_subname' => '', // use it to differentiate two applications instances running on the same DB
@@ -20,6 +20,9 @@ $MySettings = array(
 
 $MyModules = array(
 	'application' => array (
+//		'../core/event.class.inc.php',
+//		'../core/action.class.inc.php',
+//		'../core/trigger.class.inc.php',
 		// to be continued...
 	),
 	'business' => array (