Created
December 6, 2011 19:39
-
-
Save springmeyer/1439609 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expresso@0.8.1 ./node_modules/expresso | |
~/projects/tilemill[master]$ npm test | |
> tilemill@0.7.0 test /Users/dane/projects/tilemill | |
> expresso | |
Creating export dir /Users/dane/projects/tilemill/test/fixtures/files/export | |
Creating data dir /Users/dane/projects/tilemill/test/fixtures/files/data | |
Started [Server Core:8889]. | |
Initialized test fixture | |
Postgis Plugin: SRID warning, using srid=-1 for 'admin_0_line_land' | |
uncaught: AssertionError: test tile endpoint. Invalid response status code. | |
Expected: 200 | |
Got: 404 | |
at IncomingMessage.<anonymous> (/Users/dane/projects/tilemill/node_modules/expresso/bin/expresso:480:28) | |
at IncomingMessage.emit (events.js:81:20) | |
at HTTPParser.onMessageComplete (http.js:133:23) | |
at Socket.ondata (http.js:1231:22) | |
at Socket._onReadable (net.js:677:27) | |
at IOWatcher.onReadable [as callback] (net.js:177:10) | |
uncaught: AssertionError: {"mbtiles":true,"png":true,"pdf":false,"svg":false} deepEqual {"mbtiles":true,"png":true,"pdf":true,"svg":true} | |
at /Users/dane/projects/tilemill/test/abilities.test.js:26:24 | |
at IncomingMessage.<anonymous> (/Users/dane/projects/tilemill/node_modules/expresso/bin/expresso:509:17) | |
at IncomingMessage.emit (events.js:81:20) | |
at HTTPParser.onMessageComplete (http.js:133:23) | |
at Socket.ondata (http.js:1231:22) | |
at Socket._onReadable (net.js:677:27) | |
at IOWatcher.onReadable [as callback] (net.js:177:10) | |
Postgis Plugin: SRID warning, using srid=-1 for 'admin_0_line_land' | |
uncaught: AssertionError: test tile endpoint. Invalid response status code. | |
Expected: 200 | |
Got: 404 | |
at IncomingMessage.<anonymous> (/Users/dane/projects/tilemill/node_modules/expresso/bin/expresso:480:28) | |
at IncomingMessage.emit (events.js:81:20) | |
at HTTPParser.onMessageComplete (http.js:133:23) | |
at Socket.ondata (http.js:1231:22) | |
at Socket._onReadable (net.js:677:27) | |
at IOWatcher.onReadable [as callback] (net.js:177:10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment