Skip to content

Commit

Permalink
Fix failing unit test again
Browse files Browse the repository at this point in the history
  • Loading branch information
02JanDal committed Nov 11, 2013
1 parent 0bf4e0d commit a2ba803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/createtabletest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private Q_SLOTS:
"PersonActive BOOLEAN,\n"
"HireRights BOOLEAN,\n"
"UserName VARCHAR(255) UNIQUE,\n"
"Hired TIMESTAMP WITH TIMEZONE\n)" );
"Hired TIMESTAMP WITH TIME ZONE\n)" );
QCOMPARE( Sql::createTableStatement( Sql::Person ), s );
}

Expand Down

0 comments on commit a2ba803

Please sign in to comment.