added filter on schema though I am not sure it will be used

This commit is contained in:
Sébastien Drouyer 2012-12-17 00:02:38 +01:00
parent 519d6cf7fb
commit 61ffdbc513
1 changed files with 3 additions and 4 deletions

View File

@ -636,10 +636,9 @@ function testOrm(schema) {
}); });
if ( if (
!schema.name.match(/redis/) && schema.name === 'mysql' ||
schema.name !== 'memory' && schema.name === 'sqlite3' ||
schema.name !== 'neo4j' && schema.name === 'postgres'
schema.name !== 'cradle'
) )
it('should handle include function', function (test) { it('should handle include function', function (test) {
var createdUsers = []; var createdUsers = [];