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

Commit 9d8f212d by whito

fixed test

1 parent 45a56dcb
Showing with 0 additions and 2 deletions
......@@ -1502,8 +1502,6 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
id: 'a string based id',
name: 'John'
}).success(function(u) {
expect(u.id).not.to.exist
UserPrimary.find('a string based id').success(function(u2) {
expect(u2.id).to.equal('a string based id')
expect(u2.name).to.equal('John')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!