Searched refs:expectedFW (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DRangeMapTest.cpp274 wxString expectedFW[4]; local
275 expectedFW[0] = wxT("[(100, 124, 0), (125, 175, 2), (176, 200, 1)]");
276 expectedFW[1] = wxT("[(125, 175, 2), (176, 200, 1)]");
277 expectedFW[2] = wxT("[(176, 200, 1)]");
278 expectedFW[3] = wxT("[]");
281 ASSERT_EQUALS(expectedFW[i], StringFrom(map));

Completed in 76 milliseconds