Adding SqlTypes tests to the project file
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 13 Feb 2007 09:42:53 +0000 (09:42 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 13 Feb 2007 09:42:53 +0000 (09:42 -0000)
svn path=/trunk/mcs/; revision=72737

mcs/class/System.Data/Test/System.Data.Test20.csproj

index 127d433de95de56e4ad34269ce413647303e5402..df979be21bf541c77bb39e6afec958d0f733c334 100755 (executable)
     <Compile Include="System.Data.Common\DbConnectionStringBuilderTest.cs" />
     <Compile Include="System.Data.Common\DBDataPermissionAttributeTest.cs" />
     <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandlerTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlBinaryTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlBooleanTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlBytesTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlByteTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlCharsTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlDateTimeTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlDecimalTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlDoubleTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlGuidTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlInt16Test.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlInt32Test.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlInt64Test.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlMoneyTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlSingleTest.cs" />
+    <Compile Include="System.Data.SqlTypes\SqlStringTest.cs" />
     <Compile Include="System.Data.Test.Utils\DataProvider.cs" />
     <Compile Include="System.Data\ConstraintCollectionTest.cs" />
     <Compile Include="System.Data\ConstraintCollectionTest2.cs" />