Searched refs:testFile1 (Results 1 – 1 of 1) sorted by relevance
172 final File testFile1 = new File(mountDir1, "test1.txt"); in doMountAndUnmountTwoObbs() local174 assertTrue("test1.txt does not exist in OBB dir", testFile1.exists()); in doMountAndUnmountTwoObbs()175 assertFileContains(testFile1, TEST1_NEW_CONTENTS); in doMountAndUnmountTwoObbs()