Hello everyone,

When running tests on Windows,
FileSystemViewTest.testGetSystemDisplayName() pops up a dialog prompting
to insert disk into drive A:. This dialog prevents normal running of
other tests.

IMO, the problem assertion could be deleted without loss of coverage.
Any other comments/opinions?

See the JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1892 


Regards,
Alexey.


P.S. The problem code is at lines 85-86 in FileSystemViewTest.java:
        file = File.listRoots()[0];
        assertNotSame(file.getName(), view.getSystemDisplayName(file));


--
Alexey A. Ivanov
Intel Middleware Product Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to