Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
You need to sign in or sign up before continuing.
Commit 8cab571a
authored
Nov 15, 2013
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed moved tests
1 parent
ed4aa9fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
test/dao.test.js
test/dao.test.js
View file @
8cab571
...
...
@@ -1279,8 +1279,8 @@ describe(Support.getTestDialectTeaser("DAO"), function () {
describe
(
'destroy'
,
function
()
{
it
(
'deletes a record from the database if dao is not paranoid'
,
function
(
done
)
{
var
UserDestroy
=
this
.
sequelize
.
define
(
'UserDestroy'
,
{
name
:
Sequelize
.
STRING
,
bio
:
Sequelize
.
TEXT
name
:
S
upport
.
S
equelize
.
STRING
,
bio
:
S
upport
.
S
equelize
.
TEXT
})
UserDestroy
.
sync
({
force
:
true
}).
success
(
function
()
{
...
...
@@ -1300,8 +1300,8 @@ describe(Support.getTestDialectTeaser("DAO"), function () {
it
(
'allows sql logging of delete statements'
,
function
(
done
)
{
var
UserDelete
=
this
.
sequelize
.
define
(
'UserDelete'
,
{
name
:
Sequelize
.
STRING
,
bio
:
Sequelize
.
TEXT
name
:
S
upport
.
S
equelize
.
STRING
,
bio
:
S
upport
.
S
equelize
.
TEXT
})
UserDelete
.
sync
({
force
:
true
}).
success
(
function
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment