Revision: 64
http://dsim.svn.sourceforge.net/dsim/?rev=64&view=rev
Author: quannaus
Date: 2010-02-10 10:13:15 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
[test] Changed some database parameters.
Modified Paths:
--------------
trunk/dsim/test/dsim/SimulationTestSuite.cpp
trunk/dsim/test/dsim/simulate.cpp
Modified: trunk/dsim/test/dsim/SimulationTestSuite.cpp
===================================================================
--- trunk/dsim/test/dsim/SimulationTestSuite.cpp 2010-02-07 19:45:32 UTC (rev 63)
+++ trunk/dsim/test/dsim/SimulationTestSuite.cpp 2010-02-10 10:13:15 UTC (rev 64)
@@ -39,8 +39,9 @@
// Initialise the simulation context
const stdair::BasLogParams lLogParams (stdair::LOG::DEBUG, logOutputFile);
- const stdair::BasDBParams lDBParams ("dsim", "dsim", "localhost", "3306",
- "dsim");
+ const stdair::BasDBParams lDBParams ("anguyen", "anguyen",
+ "ncemysqlp.nce.amadeus.net", "3321",
+ "sim_anguyen");
DSIM::DSIM_Service dsimService (lLogParams, lDBParams,
lScheduleInputFilename,
lDemandInputFilename);
Modified: trunk/dsim/test/dsim/simulate.cpp
===================================================================
--- trunk/dsim/test/dsim/simulate.cpp 2010-02-07 19:45:32 UTC (rev 63)
+++ trunk/dsim/test/dsim/simulate.cpp 2010-02-10 10:13:15 UTC (rev 64)
@@ -39,7 +39,6 @@
DSIM::DSIM_Service dsimService (lLogParams, lDBParams,
lScheduleInputFilename,
lDemandInputFilename);
-
// Perform a simulation
dsimService.simulate();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|