From: <car...@us...> - 2006-03-22 10:47:20
|
Revision: 39 Author: carlosga_fb Date: 2006-03-22 02:46:52 -0800 (Wed, 22 Mar 2006) ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=39&view=rev Log Message: ----------- ?\194?\183 Changes on NUnit test suite. ?\194?\183 Changed Aseembly name to PostgreSql.Data.PostgreSqlClient.dll Modified Paths: -------------- trunk/pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj trunk/pgsqlclient/source/PostgreSql.Data.PostgreSqlClient.sln trunk/pgsqlclient/source/PostgreSql.Data.PostgreSqlClient.suo trunk/pgsqlclient/source/UnitTests/AssemblyInfo.cs trunk/pgsqlclient/source/UnitTests/PgArrayTest.cs trunk/pgsqlclient/source/UnitTests/PgBaseTest.cs trunk/pgsqlclient/source/UnitTests/PgCommandBuilderTest.cs trunk/pgsqlclient/source/UnitTests/PgCommandTest.cs trunk/pgsqlclient/source/UnitTests/PgConnectionTest.cs trunk/pgsqlclient/source/UnitTests/PgDataAdapterTest.cs trunk/pgsqlclient/source/UnitTests/PgDataReaderTest.cs trunk/pgsqlclient/source/UnitTests/PgDatabaseSchemaTest.cs trunk/pgsqlclient/source/UnitTests/PgGeometicTypesTest.cs trunk/pgsqlclient/source/UnitTests/PgTransactionTest.cs Added Paths: ----------- trunk/pgsqlclient/source/UnitTests/App.config trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj.user Modified: trunk/pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj =================================================================== --- trunk/pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj 2006-03-22 10:46:52 UTC (rev 39) @@ -9,7 +9,7 @@ <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>PostgreSql.Data</RootNamespace> - <AssemblyName>PostgreSql.Data.PgSqlClient</AssemblyName> + <AssemblyName>PostgreSql.Data.PostgreSqlClient</AssemblyName> <StartupObject> </StartupObject> <SignAssembly>true</SignAssembly> Modified: trunk/pgsqlclient/source/PostgreSql.Data.PostgreSqlClient.sln =================================================================== --- trunk/pgsqlclient/source/PostgreSql.Data.PostgreSqlClient.sln 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/PostgreSql.Data.PostgreSqlClient.sln 2006-03-22 10:46:52 UTC (rev 39) @@ -9,6 +9,8 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.csproj", "{7B05AD5A-05E4-4E41-B6B9-25D5F73D9235}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostgreSql.Data.PostgreSqlClient.UnitTests", "UnitTests\PostgreSql.Data.PostgreSqlClient.UnitTests.csproj", "{C45C7BFF-90E8-4ED4-B015-A3CD7774B565}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -31,6 +33,10 @@ {7B05AD5A-05E4-4E41-B6B9-25D5F73D9235}.Debug|Any CPU.Build.0 = Debug|Any CPU {7B05AD5A-05E4-4E41-B6B9-25D5F73D9235}.Release|Any CPU.ActiveCfg = Release|Any CPU {7B05AD5A-05E4-4E41-B6B9-25D5F73D9235}.Release|Any CPU.Build.0 = Release|Any CPU + {C45C7BFF-90E8-4ED4-B015-A3CD7774B565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C45C7BFF-90E8-4ED4-B015-A3CD7774B565}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C45C7BFF-90E8-4ED4-B015-A3CD7774B565}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C45C7BFF-90E8-4ED4-B015-A3CD7774B565}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE Modified: trunk/pgsqlclient/source/PostgreSql.Data.PostgreSqlClient.suo =================================================================== (Binary files differ) Added: trunk/pgsqlclient/source/UnitTests/App.config =================================================================== --- trunk/pgsqlclient/source/UnitTests/App.config (rev 0) +++ trunk/pgsqlclient/source/UnitTests/App.config 2006-03-22 10:46:52 UTC (rev 39) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <appSettings> + <add key="User" value="postgres" /> + <add key="Password" value="" /> + <add key="Database" value="test" /> + <add key="DataSource" value="localhost" /> + <add key="Port" value="5432" /> + <add key="Connection lifetime" value="1" /> + <add key="Pooling" value="false" /> + <add key="Packet Size" value="8192" /> + <add key="SSL" value="false" /> + </appSettings> +</configuration> \ No newline at end of file Modified: trunk/pgsqlclient/source/UnitTests/AssemblyInfo.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/AssemblyInfo.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/AssemblyInfo.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -24,7 +24,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PgSqlClient - ADO.NET Data provider for PostgreSQL 7.4+")] -[assembly: AssemblyCopyright("2003 - Carlos Guzm\xE1n \xC1lvarez")] +[assembly: AssemblyCopyright("2003-2006, Carlos Guzm\xE1n \xC1lvarez")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.0.*")] Modified: trunk/pgsqlclient/source/UnitTests/PgArrayTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgArrayTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgArrayTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,10 +20,10 @@ using System.Data; using System.Security.Cryptography; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgArrayTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgBaseTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgBaseTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgBaseTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,11 +21,10 @@ using System.Data; using System.Configuration; using NUnit.Framework; - -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using PostgreSql.Data.PgTypes; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { public class PgBaseTest { Modified: trunk/pgsqlclient/source/UnitTests/PgCommandBuilderTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgCommandBuilderTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgCommandBuilderTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ using System; using System.Data; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgCommandBuilderTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgCommandTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgCommandTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgCommandTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ using System; using System.Data; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgCommandTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgConnectionTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgConnectionTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgConnectionTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ using System; using System.Data; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgConnectionTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgDataAdapterTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgDataAdapterTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgDataAdapterTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ using System; using System.Data; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgDataAdapterTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgDataReaderTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgDataReaderTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgDataReaderTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ using System; using System.Data; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgDataReaderTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgDatabaseSchemaTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgDatabaseSchemaTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgDatabaseSchemaTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ using System; using System.Data; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgDatabaseSchemaTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgGeometicTypesTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgGeometicTypesTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgGeometicTypesTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,10 +20,10 @@ using System.Data; using NUnit.Framework; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using PostgreSql.Data.PgTypes; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgGeometricTypesTest : PgBaseTest Modified: trunk/pgsqlclient/source/UnitTests/PgTransactionTest.cs =================================================================== --- trunk/pgsqlclient/source/UnitTests/PgTransactionTest.cs 2006-03-20 21:52:22 UTC (rev 38) +++ trunk/pgsqlclient/source/UnitTests/PgTransactionTest.cs 2006-03-22 10:46:52 UTC (rev 39) @@ -1,5 +1,5 @@ /* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ - * Copyright (c) 2003-2004 Carlos Guzman Alvarez + * Copyright (c) 2003-2006 Carlos Guzman Alvarez * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ using System; using System.Data; -using PostgreSql.Data.PgSqlClient; +using PostgreSql.Data.PostgreSqlClient; using NUnit.Framework; -namespace PostgreSql.Data.PgSqlClient.UnitTests +namespace PostgreSql.Data.PostgreSqlClient.UnitTests { [TestFixture] public class PgTransactionTest : PgBaseTest Added: trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj =================================================================== --- trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj (rev 0) +++ trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj 2006-03-22 10:46:52 UTC (rev 39) @@ -0,0 +1,75 @@ +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{C45C7BFF-90E8-4ED4-B015-A3CD7774B565}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>PostgreSql.Data.PostgreSqlClient.UnitTests</RootNamespace> + <AssemblyName>PostgreSql.Data.PostgreSqlClient.UnitTests</AssemblyName> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="nunit.framework, Version=2.2.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" /> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="AssemblyInfo.cs" /> + <Compile Include="PgArrayTest.cs" /> + <Compile Include="PgBaseTest.cs" /> + <Compile Include="PgCommandBuilderTest.cs" /> + <Compile Include="PgCommandTest.cs" /> + <Compile Include="PgConnectionTest.cs" /> + <Compile Include="PgDataAdapterTest.cs" /> + <Compile Include="PgDatabaseSchemaTest.cs" /> + <Compile Include="PgDataReaderTest.cs" /> + <Compile Include="PgGeometicTypesTest.cs" /> + <Compile Include="PgTransactionTest.cs" /> + <Compile Include="Properties\Settings.Designer.cs"> + <AutoGen>True</AutoGen> + <DesignTimeSharedInput>True</DesignTimeSharedInput> + <DependentUpon>Settings.settings</DependentUpon> + </Compile> + </ItemGroup> + <ItemGroup> + <None Include="App.config" /> + <None Include="Properties\Settings.settings"> + <Generator>SettingsSingleFileGenerator</Generator> + <LastGenOutput>Settings.Designer.cs</LastGenOutput> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\PostgreSql\Data\PostgreSql.Data.PostgreSqlClient.csproj"> + <Project>{9E572C05-CC26-410B-9D2D-8ABCF0E359DA}</Project> + <Name>PostgreSql.Data.PostgreSqlClient</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> \ No newline at end of file Added: trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj.user =================================================================== --- trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj.user (rev 0) +++ trunk/pgsqlclient/source/UnitTests/PostgreSql.Data.PostgreSqlClient.UnitTests.csproj.user 2006-03-22 10:46:52 UTC (rev 39) @@ -0,0 +1,5 @@ +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectView>ProjectFiles</ProjectView> + </PropertyGroup> +</Project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |