Changeset 531:9b7777379085
- Timestamp:
- 04/23/08 16:17:56 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@596
- Location:
- test/unit
- Files:
-
- 3 edited
-
CMakeLists.txt (modified) (1 diff)
-
lasreader_test.cpp (modified) (1 diff)
-
laswriter_test.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/unit/CMakeLists.txt
r460 r531 6 6 7 7 SET( LIBLAS_TEST_SRC 8 common.cpp 8 9 guid_test.cpp 9 10 laspoint_test.cpp 10 11 lasheader_test.cpp 11 12 lasrecordheader_test.cpp 13 lasreader_test.cpp 14 laswriter_test.cpp 12 15 liblas_test_suite.cpp 13 16 ) -
test/unit/lasreader_test.cpp
r525 r531 226 226 std::istream& is = reader.GetStream(); 227 227 228 std::istream const* const p1 = &ifs; 229 std::istream const* const p2 = &is; 230 ensure_equals(ifs, is); // same streams 228 ensure_equals(ifs, is); 231 229 } 232 230 } -
test/unit/laswriter_test.cpp
r529 r531 271 271 std::ostream& os = writer.GetStream(); 272 272 273 std::ostream const* const p1 = &ofs;274 std::ostream const* const p2 = &os;275 273 ensure_equals(ofs, os); // same streams 276 274 }
Note: See TracChangeset
for help on using the changeset viewer.
