Searched refs:tmpFolder3 (Results 1 – 1 of 1) sorted by relevance
368 File tmpFolder3 = new File(tmpFolder2.toString() + "/folder3"); in test_getCanonicalPath() local369 tmpFolder3.mkdirs(); in test_getCanonicalPath()370 tmpFolder3.deleteOnExit(); in test_getCanonicalPath()372 File tmpFolder4 = new File(tmpFolder3.toString() + "/folder4"); in test_getCanonicalPath()391 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()397 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()