| 94 | } |
| 95 | |
| 96 | void TestSetSelectInfo() |
| 97 | { |
| 98 | // check SetSelectInfo |
| 99 | pointSet->SetSelectInfo(4, true); |
| 100 | |
| 101 | CPPUNIT_ASSERT_EQUAL_MESSAGE("check SetSelectInfo", true, pointSet->GetSelectInfo(4)); |
| 102 | /* |
| 103 | if (!pointSet->GetSelectInfo(2)) |
| 104 | { |
| 105 | std::cout<<"[FAILED]"<<std::endl; |
| 106 | return EXIT_FAILURE; |
| 107 | } |
| 108 | delete doOp; |
| 109 | std::cout<<"[PASSED]"<<std::endl; |
| 110 | */ |
| 111 | } |
| 112 | |
| 113 | void TestSearchSelectedPoint() |
| 114 | { |
nothing calls this directly
no test coverage detected