Home
last modified time | relevance | path

Searched refs:sREADME (Results 1 – 1 of 1) sorted by relevance

/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java90 final String sREADME = TestDocument.getUrl("README.txt"); in checkDocument() local
91 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() local
133 XComponent aDocument = SOF.loadDocument(sREADME); in checkOpenDocumentWithOffice()

Completed in 6 milliseconds