Skip to content

Commit 74f984a

Browse files
committed
Update test docs.
1 parent d699789 commit 74f984a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RUNNING_UNIT_TESTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This process is much easier than it has been before!
99
Default testing uses DBLIB with TinyTDS.
1010

1111
* Setup two databases in SQL Server, [activerecord_unittest] and [activerecord_unittest2]
12-
* Create a [rails] user with an empty password and give it a Server Role of sysadmin to both DBs.
12+
* Create a [rails] user with an empty password and give it a [db_owner] role to both DBs. Some tests require a server role of [sysadmin] too.
1313
- http://twitpic.com/9bsiyp/full
1414
- http://twitpic.com/9bsj7z/full
1515
- http://twitpic.com/9bsjdx/full
@@ -95,6 +95,7 @@ By default, Bundler will download the Rails git repo and use the git tag that ma
9595

9696
## Current Expected Failures
9797

98-
* Misc Date/Time object instance matches when using ODBC mode.
98+
* Misc Date/Time erros when using ODBC mode.
99+
* Misc Date/Time erros when testing SQL Server 2005.
99100

100101

0 commit comments

Comments
 (0)