不要怂,就是干,撸起袖子干!

Commit b8a27d95 by Mick Hansen

add another adapter error check

1 parent 4262ed5d
Showing with 1 additions and 0 deletions
......@@ -120,6 +120,7 @@ describe(Support.getTestDialectTeaser('Sequelize'), function() {
err.message.match(/invalid port number/) ||
err.message.match(/RangeError: Port should be > 0 and < 65536/) ||
err.message.match(/RangeError: port should be > 0 and < 65536/) ||
err.message.match(/RangeError: port should be >= 0 and < 65536: 99999/) ||
err.message.match(/ConnectionError: Login failed for user/)
).to.be.ok;
done();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!