Index: branches/FEPSimulator/nbproject/private/private.xml
===================================================================
--- branches/FEPSimulator/nbproject/private/private.xml	(revision 209)
+++ branches/FEPSimulator/nbproject/private/private.xml	(revision 212)
@@ -15,4 +15,5 @@
             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/network.h</file>
             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Makefile</file>
+            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/tests/HighwaysParserTest.cpp</file>
         </group>
     </open-files>
Index: branches/FEPSimulator/tests/HighwaysParserTest.cpp
===================================================================
--- branches/FEPSimulator/tests/HighwaysParserTest.cpp	(revision 209)
+++ branches/FEPSimulator/tests/HighwaysParserTest.cpp	(revision 212)
@@ -154,6 +154,8 @@
     }
     
+    // test loops
     vector<LOOP *> loopsOne = stations.at(0)->loops;
-
+    
+    // test loopIDS
     long expectedLoopIDS[8] = { 1210832, 1210833, 1210834, 1210835, 
             1210836, 1210837, 1210838, 1210839 };
@@ -170,4 +172,5 @@
     }
     
+    // test loop occ
     float expectedOCC[8] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 };
     float actualOCC[8] = { loopsOne.at(0)->occ, loopsOne.at(1)->occ, 
@@ -182,4 +185,5 @@
     }
     
+    // test loop locations
     char * expectedLocs[8] = {"ML_1", "ML_2", "ML_3", "ML_4", "PASSAGE", "DEMAND",
             "QUEUE", "RAMP_OFF"};
