Searched refs:sREADME (Results 1 – 1 of 1) sorted by relevance
90 final String sREADME = TestDocument.getUrl("README.txt"); in checkDocument() local91 System.out.println("README is in:" + sREADME); in checkDocument()92 File aFile = new File(sREADME); in checkDocument()97 String sREADMESystemPath = graphical.FileHelper.getSystemPathFromFileURL(sREADME); in checkDocument()117 fail("Can't find file: " + sREADME + " - " + e.getMessage()); in checkDocument()130 final String sREADME = TestDocument.getUrl("README.txt"); in checkOpenDocumentWithOffice() local133 XComponent aDocument = SOF.loadDocument(sREADME); in checkOpenDocumentWithOffice()
Completed in 10 milliseconds