[ 
https://issues.apache.org/jira/browse/UIMA-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Lally reopened UIMA-188:
-----------------------------


The fix causes test to fail in other circumstances.  Apparently File.delete() 
can't be relied upon to actually delete the file.

> AnalysisEngine_implTest incorrectly failing on PowerMac platform
> ----------------------------------------------------------------
>
>                 Key: UIMA-188
>                 URL: https://issues.apache.org/jira/browse/UIMA-188
>             Project: UIMA
>          Issue Type: Bug
>          Components: Build, Packaging and Test
>            Reporter: Marshall Schor
>         Assigned To: Adam Lally
>            Priority: Minor
>             Fix For: 2.1
>
>
> The uima core AnalysEngine_implTest has this code in it:
>       // test that CAS Consumer ran
>       File outFile = JUnitExtension.getFile("CpmOutput.txt");
>       assertTrue(outFile.lastModified() >= startTime);
> On the PowerMac platform, this test fails (but not in "debug" Eclipse running 
> !).  It fails because the lastModified() always returns 000 as the least 
> significant digits of the time, whereas the starTime is apparantly accurate 
> to all significant digits.
> Need to come up with a more robust way to determine the CAS Consumer ran.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to