From: <den...@us...> - 2009-12-30 15:17:29
|
Revision: 78 http://stdair.svn.sourceforge.net/stdair/?rev=78&view=rev Author: denis_arnaud Date: 2009-12-30 15:17:23 +0000 (Wed, 30 Dec 2009) Log Message: ----------- [Test-Samples] Added a schedule input file. Modified Paths: -------------- trunk/stdair/test/samples/Makefile.am Added Paths: ----------- trunk/stdair/test/samples/schedule02.csv Modified: trunk/stdair/test/samples/Makefile.am =================================================================== --- trunk/stdair/test/samples/Makefile.am 2009-12-30 15:04:25 UTC (rev 77) +++ trunk/stdair/test/samples/Makefile.am 2009-12-30 15:17:23 UTC (rev 78) @@ -6,5 +6,6 @@ ## SUBDIRS = -EXTRA_DIST = schedule01.csv +EXTRA_DIST = schedule01.csv schedule02.csv ## + Added: trunk/stdair/test/samples/schedule02.csv =================================================================== --- trunk/stdair/test/samples/schedule02.csv (rev 0) +++ trunk/stdair/test/samples/schedule02.csv 2009-12-30 15:17:23 UTC (rev 78) @@ -0,0 +1,6 @@ +// Flights: AirlineCode; FlightNumber; Date-Range; ; DOW; Legs; Segments; +// Legs: BoardPoint; OffPoint; BoardTime; ArrivalDateOffSet; ArrivalTime; +// ElapsedTime; LegCabins; +// LegCabins: CabinCode; Capacity; +// Segments: Specific; +BA; 117; 2009-01-15; 2009-01-28; 1000000; LHR; JFK; 08:20; 11:00; 07:40; Y; 300; 0; Y; YM; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |