Created
December 6, 2011 20:52
-
-
Save springmeyer/1439952 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
~/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' | |
Postgis Plugin: SRID warning, using srid=-1 for 'admin_0_line_land' | |
uncaught: AssertionError: test abilities 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: test abilities 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: {"message":"Error: Filename may include alphanumeric characters, dashes and underscores.","status":409} deepEqual {"message":"Error: Filename may include alphanumeric characters, dashes and underscores."} | |
at /Users/dane/projects/tilemill/test/project.test.js:133:20 | |
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) | |
uncaught: AssertionError: {"message":"Error: style.mss:2:2 Invalid value for background-color, a valid color is expected. blurb was given.","status":409} deepEqual {"message":"Error: style.mss:2:2 Invalid value for background-color, a valid color is expected. blurb was given."} | |
at /Users/dane/projects/tilemill/test/project.test.js:156:20 | |
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) | |
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) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment