From: <den...@us...> - 2010-08-19 09:52:44
|
Revision: 271 http://stdair.svn.sourceforge.net/stdair/?rev=271&view=rev Author: denis_arnaud Date: 2010-08-19 09:52:38 +0000 (Thu, 19 Aug 2010) Log Message: ----------- [Test Samples] Added samples for the revenue management module. Added Paths: ----------- trunk/stdair/test/samples/rm05.csv trunk/stdair/test/samples/rm06.csv trunk/stdair/test/samples/rm07.csv Added: trunk/stdair/test/samples/rm05.csv =================================================================== --- trunk/stdair/test/samples/rm05.csv (rev 0) +++ trunk/stdair/test/samples/rm05.csv 2010-08-19 09:52:38 UTC (rev 271) @@ -0,0 +1,4 @@ +price; mean; standard deviation; +1000; 20; 5; +500; 80; 20; +200; 120; 30; Added: trunk/stdair/test/samples/rm06.csv =================================================================== --- trunk/stdair/test/samples/rm06.csv (rev 0) +++ trunk/stdair/test/samples/rm06.csv 2010-08-19 09:52:38 UTC (rev 271) @@ -0,0 +1,4 @@ +price; mean; standard deviation; +1000; 50; 10; +500; 100; 20; +200; 200; 30; Added: trunk/stdair/test/samples/rm07.csv =================================================================== --- trunk/stdair/test/samples/rm07.csv (rev 0) +++ trunk/stdair/test/samples/rm07.csv 2010-08-19 09:52:38 UTC (rev 271) @@ -0,0 +1,4 @@ +price; mean; standard deviation; +1000; 20; 5; +500; 80; 20; +200; 120; 50; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |