env-js
env-js copied to clipboard
Frame proxy test fails
[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';
Some insight into why UnknownHostException is thrown: http://stackoverflow.com/questions/2680837/java-net-unknownhostexception-on-file-method
I have created a fix: http://is.gd/bBVHe You may pull it from git://github.com/vidarkongsli/env-js.git if you wish