Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeerapuram Varadhan <v.varadhan@gmail.com>2009-05-16 05:16:20 +0400
committerVeerapuram Varadhan <v.varadhan@gmail.com>2009-05-16 05:16:20 +0400
commit4dcf2b98a907f1222e15753d15adfb8c7b2bee70 (patch)
tree5e8e82ee26412d2445c44e1efe77091ca15d05ee /mcs/class/System.Data/Test
parent29eccae63a6e16a303750c10a0a3b5d99182e1ef (diff)
Nunit 2.4 changes and other sqlserver config fixes
svn path=/trunk/mcs/; revision=134258
Diffstat (limited to 'mcs/class/System.Data/Test')
-rw-r--r--mcs/class/System.Data/Test/ProviderTests/ChangeLog6
-rw-r--r--mcs/class/System.Data/Test/ProviderTests/Makefile2
-rw-r--r--mcs/class/System.Data/Test/ProviderTests/app-net_2_0.config4
3 files changed, 9 insertions, 3 deletions
diff --git a/mcs/class/System.Data/Test/ProviderTests/ChangeLog b/mcs/class/System.Data/Test/ProviderTests/ChangeLog
index 4cce684a6fe..a55288e62e0 100644
--- a/mcs/class/System.Data/Test/ProviderTests/ChangeLog
+++ b/mcs/class/System.Data/Test/ProviderTests/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-16 Veerapuram Varadhan <vvaradhan@novell.com>
+
+ * app-net_2.0.config: New test box details - update.
+
+ * Makefile: Nunit 2.4 changes
+
2009-03-15 Gert Driesen <drieseng@users.sourceforge.net>
* app-net_1.1.config: Added ClientVersion to Engine section. Added
diff --git a/mcs/class/System.Data/Test/ProviderTests/Makefile b/mcs/class/System.Data/Test/ProviderTests/Makefile
index ebdaa287b8c..47698d21bb7 100644
--- a/mcs/class/System.Data/Test/ProviderTests/Makefile
+++ b/mcs/class/System.Data/Test/ProviderTests/Makefile
@@ -39,7 +39,7 @@ ifdef OSQLCMD
$(OSQLCMD) sql/$(DATABASE).sql
endif
ok=:; \
- $(TEST_RUNTIME) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) /output:TestResult-$(PROFILE).log /include=$(DATABASE) /xml:TestResult-$(PROFILE).xml $< || ok=false; \
+ $(TEST_RUNTIME) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) -output:TestResult-$(PROFILE).log -include=$(DATABASE) -xml:TestResult-$(PROFILE).xml $< || ok=false; \
sed '1,/^Tests run: /d' TestResult-$(PROFILE).log; \
$$ok
diff --git a/mcs/class/System.Data/Test/ProviderTests/app-net_2_0.config b/mcs/class/System.Data/Test/ProviderTests/app-net_2_0.config
index da315c1d536..b66cb84095f 100644
--- a/mcs/class/System.Data/Test/ProviderTests/app-net_2_0.config
+++ b/mcs/class/System.Data/Test/ProviderTests/app-net_2_0.config
@@ -20,7 +20,7 @@
<engine
name="sqlserver2005"
type="SQLServer"
- clientversion="7"
+ clientversion="8"
quoteCharacter="&quot;"
removesTrailingSpaces="false"
emptyBinaryAsNull="false"
@@ -61,7 +61,7 @@
<connection
name="sqlserver-tds"
factory="System.Data.SqlClient"
- connectionString="server=164.99.138.179\\SQL2K;database=monotest;user id=monotester;password=monotester;"
+ connectionString="server=164.99.99.212;database=monotest;user id=monotester;password=monotester;"
engine="sqlserver2005" />
<connection
name="sqlserver-odbc"