env-js icon indicating copy to clipboard operation
env-js copied to clipboard

Frame proxy test fails

Open vidarkongsli opened this issue 16 years ago • 2 comments

 [java] [FAIL](182){window|frame proxy} .contentDocument.title, expected: Envjs Proxy Spec result: Untitled Document

Probably related to this exception: [java] failed to open file file://C/:/env-js/specs/frame/proxy.html Java Exception: java.net.UnknownHostException: C

On this line, I assume: frame.src = '../frame/proxy.html';

vidarkongsli avatar Apr 21 '10 05:04 vidarkongsli

Some insight into why UnknownHostException is thrown: http://stackoverflow.com/questions/2680837/java-net-unknownhostexception-on-file-method

vidarkongsli avatar Apr 21 '10 08:04 vidarkongsli

I have created a fix: http://is.gd/bBVHe You may pull it from git://github.com/vidarkongsli/env-js.git if you wish

vidarkongsli avatar Apr 21 '10 11:04 vidarkongsli