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

/opengrok-jel/test/org/opensolaris/opengrok/web/
H A DUtilTest.java172 String[] testPath = new String[] {
182 for (int i=testPath.length-1; i >= 0; i--) {
183 String encoded = Util.uriEncodePath(testPath[i]);
185 assertEquals(testPath[i], decoded);
/opengrok-jel/test/org/opensolaris/opengrok/search/
H A DHitTest.java46 public void testPath() { method in class:HitTest

Completed in 8 milliseconds