Changeset 212 in tmcsimulator for branches/FEPSimulator
- Timestamp:
- 11/02/2017 01:42:45 PM (9 years ago)
- Location:
- branches/FEPSimulator
- Files:
-
- 2 edited
-
nbproject/private/private.xml (modified) (1 diff)
-
tests/HighwaysParserTest.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/nbproject/private/private.xml
r209 r212 15 15 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/network.h</file> 16 16 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Makefile</file> 17 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/tests/HighwaysParserTest.cpp</file> 17 18 </group> 18 19 </open-files> -
branches/FEPSimulator/tests/HighwaysParserTest.cpp
r209 r212 154 154 } 155 155 156 // test loops 156 157 vector<LOOP *> loopsOne = stations.at(0)->loops; 157 158 159 // test loopIDS 158 160 long expectedLoopIDS[8] = { 1210832, 1210833, 1210834, 1210835, 159 161 1210836, 1210837, 1210838, 1210839 }; … … 170 172 } 171 173 174 // test loop occ 172 175 float expectedOCC[8] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }; 173 176 float actualOCC[8] = { loopsOne.at(0)->occ, loopsOne.at(1)->occ, … … 182 185 } 183 186 187 // test loop locations 184 188 char * expectedLocs[8] = {"ML_1", "ML_2", "ML_3", "ML_4", "PASSAGE", "DEMAND", 185 189 "QUEUE", "RAMP_OFF"};
Note: See TracChangeset
for help on using the changeset viewer.
