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

fix dao-factory create test bug introduced from 1.7 merge

1 parent f7636553
Showing with 1 additions and 1 deletions
...@@ -423,7 +423,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -423,7 +423,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
StringIsNullOrUrl.create({ str: '' }).error(function(err) { StringIsNullOrUrl.create({ str: '' }).error(function(err) {
expect(err).to.exist expect(err).to.exist
expect(err.str[0]).to.match(/Invalid URL: str/) expect(err.str[0]).to.match(/Invalid URL/)
done() done()
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!