Home | History | Annotate | Download | only in unit

Lines Matching defs:rs2

1155   string& rs2 = s2;
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );