Skip to content

Commit 11297e7

Browse files
committed
Windows now tests defncopy!!!
1 parent 5342848 commit 11297e7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#### Changed
99

10-
* Test now use latest v0.9.5 of TinyTDS.
10+
* Test now use latest v0.9.5 of TinyTDS. Includes tests for `defncopy` Windows binstub.
1111
* Make linked servers stronger. Fixes #427. Thanks @jippeholwerda
1212
* Use proper module for the `sqlserver_connection` method. Fixes #431. Thanks @jippeholwerda
1313
* All datetime casting using the `Time::DATE_FORMATS[:_sqlserver_*]` formats set after connection.

test/cases/rake_test_sqlserver.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ class SQLServerRakeStructureDumpLoadTest < SQLServerRakeTest
120120
end
121121

122122
it 'dumps structure and accounts for defncopy oddities' do
123-
# CHANGED: [TinyTDS] When utilities are available http://git.io/v3tBk
124-
skip if host_windows?
125123
quietly { db_tasks.structure_dump configuration, filename }
126124
filedata.wont_match %r{\AUSE.*\z}
127125
filedata.wont_match %r{\AGO.*\z}
@@ -131,8 +129,6 @@ class SQLServerRakeStructureDumpLoadTest < SQLServerRakeTest
131129
end
132130

133131
it 'can load dumped structure' do
134-
# CHANGED: [TinyTDS] When utilities are available http://git.io/v3tBk
135-
skip if host_windows?
136132
quietly { db_tasks.structure_dump configuration, filename }
137133
filedata.must_match %r{CREATE TABLE dbo\.users}
138134
db_tasks.purge(configuration)

0 commit comments

Comments
 (0)