I'm trying to append OpenLayer.js file to the test since I'm writing tests for code that is using this library.
But either the test throws this exception: Windows Script Host: Cannot retrieve referenced URL
Or it says FileNotFoundException
Clearly the file is there and I have checked multiple times that it is not corrupted. I tried using both absolute and relative path but no dice.
I have just started using JSTest.NET and my test is basically a simple example test.
Can you please help me with this.
I'm trying to append OpenLayer.js file to the test since I'm writing tests for code that is using this library.
But either the test throws this exception: Windows Script Host: Cannot retrieve referenced URL
Or it says FileNotFoundException
Clearly the file is there and I have checked multiple times that it is not corrupted. I tried using both absolute and relative path but no dice.
I have just started using JSTest.NET and my test is basically a simple example test.
Can you please help me with this.