owlps/owlps-positioning/tests
Matteo Cypriani 910d9a04d9 [Positioning] InputCSV: handle auto EOF & closing
InputCSV:
- Add eof_close() to automatically close the file when EOF is reached.
- Add read_next_line(), that read the next non-blank line and skips
  blank characters.
- Add current_line, a string containing the current line data.
- Update unit test.

InputMedium:
- Rename InputMedium::current_line to current_line_nb.
2011-03-16 14:36:19 +01:00
..
README [Positioning] Add README (CxxTest install how-to) 2011-03-16 14:36:18 +01:00
accesspoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
area_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
building_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
calibrationmeasurement_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
inputcsv_test.hh [Positioning] InputCSV: handle auto EOF & closing 2011-03-16 14:36:19 +01:00
measurement_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
mobile_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
point3d_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
posutil_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
referencepoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
request_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
stock_test.hh [Positioning] Add test for InputCSV 2011-03-16 14:36:19 +01:00
waypoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
wifidevice_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00

README

Please download CxxTest 3.10.1 from http://cxxtest.tigris.org/
Here is the direct link:
http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz

Untar the archive and place here the cxxtestgen.pl script and the
cxxtest subdirectory. The other files are useless.

Command summary (from this directory) :
 mkdir tmp
 cd tmp
 wget http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz
 tar xzf cxxtest-3.10.1.tar.gz
 mv cxxtest/cxxtest cxxtest/cxxtestgen.py ..
 cd ..
 rm -r tmp