|
From: <qua...@us...> - 2009-12-30 11:28:04
|
Revision: 33
http://dsim.svn.sourceforge.net/dsim/?rev=33&view=rev
Author: quannaus
Date: 2009-12-30 10:13:43 +0000 (Wed, 30 Dec 2009)
Log Message:
-----------
[Test] Update the test with the schedule input filename.
Modified Paths:
--------------
trunk/dsim/test/dsim/simulate.cpp
Modified: trunk/dsim/test/dsim/simulate.cpp
===================================================================
--- trunk/dsim/test/dsim/simulate.cpp 2009-12-29 17:57:04 UTC (rev 32)
+++ trunk/dsim/test/dsim/simulate.cpp 2009-12-30 10:13:43 UTC (rev 33)
@@ -13,6 +13,9 @@
try {
+ // Schedule input file name
+ std::string lScheduleInputFilename ("../samples/schedule01.csv");
+
// Output log File
std::string lLogFilename ("simulate.log");
@@ -23,7 +26,7 @@
logOutputFile.clear();
// Initialise the list of classes/buckets
- DSIM::DSIM_Service dsimService (logOutputFile);
+ DSIM::DSIM_Service dsimService (lScheduleInputFilename, logOutputFile);
// Perform a simulation
dsimService.simulate();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|