FIX: 'resource request errors' close the server.

The test "should handle resource request errors"
was not closing the server at the end of the test,
interfering with the successive tests.
1.9
Ivan De Marino 2013-01-17 23:47:41 +00:00
parent 4dec091ac2
commit 12bb24f418
1 changed files with 1 additions and 0 deletions

View File

@ -1078,6 +1078,7 @@ describe("WebPage object", function() {
runs(function() {
expect(handled).toEqual(true);
server.close();
});
});