Show
Ignore:
Timestamp:
09/13/09 23:14:24 (15 years ago)
Author:
smidl
Message:

rv returns name of a scalar at prespecified position

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/rv_test.cpp

    r604 r610  
    150150         
    151151        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)); 
    152156}