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:
authorHenric Müller <hemuller@microsoft.com>2016-09-21 16:32:05 +0300
committerHenric Müller <hemuller@microsoft.com>2016-09-21 16:32:05 +0300
commit154e7298603061e605c43e3e83f112b4164cb268 (patch)
tree7104109b1f1bbf05fec25edfaf0a4a3231458635 /mcs/class/System.Configuration
parent668ee608ebba8031ea189dc050470e49499bbc63 (diff)
Removing symlink to make Configuration tests run on Windows
Diffstat (limited to 'mcs/class/System.Configuration')
-rw-r--r--[l---------]mcs/class/System.Configuration/net_4_x_System.Configuration_test.dll.config9
1 files changed, 8 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration/net_4_x_System.Configuration_test.dll.config b/mcs/class/System.Configuration/net_4_x_System.Configuration_test.dll.config
index 6f31b34dcaa..d07b4f882f8 120000..100644
--- a/mcs/class/System.Configuration/net_4_x_System.Configuration_test.dll.config
+++ b/mcs/class/System.Configuration/net_4_x_System.Configuration_test.dll.config
@@ -1 +1,8 @@
-Test/App.config \ No newline at end of file
+<?xml version="1.0" encoding="UTF-8" ?>
+<configuration>
+ <connectionStrings>
+ <add name="test-connstring"
+ connectionString="Server=(local);Initial Catalog=someDb;User Id=someUser;Password=somePassword;Application Name=someAppName;Min Pool Size=5;Max Pool Size=500;Connect Timeout=10;Connection Lifetime=29;" />
+ </connectionStrings>
+ <appSettings file="Test/appSettings.config" />
+</configuration>