Changeset 610 for library/tests
- Timestamp:
- 09/13/09 23:14:24 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/rv_test.cpp
r604 r610 150 150 151 151 CHECK_EQUAL(uniq1.id(0), uniq2.id(0)); 152 153 // check scalarname 154 CHECK_EQUAL("a_in_test_rv_2", abc.scalarname(2)); 155 CHECK_EQUAL("b_in_test_rv_0", abc.scalarname(3)); 152 156 }