Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed OpenWrap and tidied up #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
openrasta-testing
=================
Helper library for testing
7 changes: 0 additions & 7 deletions build/common.project.properties

This file was deleted.

Binary file added lib/nunit-2.6.3/nunit.framework.dll
Binary file not shown.
24 changes: 0 additions & 24 deletions openrasta-testing.sln

This file was deleted.

5 changes: 0 additions & 5 deletions openrasta-testing.wrapdesc

This file was deleted.

1 change: 0 additions & 1 deletion src/OpenRasta.Testing/AssertExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using NUnit.Framework;
using NUnit.Framework.SyntaxHelpers;

namespace Rasta.Testing
{
Expand Down
76 changes: 18 additions & 58 deletions src/OpenRasta.Testing/OpenRasta.Testing.csproj
Original file line number Diff line number Diff line change
@@ -1,96 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{174DEE64-B4B2-4F30-ADA2-15D67ADE3320}</ProjectGuid>
<ProjectGuid>{2779F83F-D13B-47DA-B801-2440F5C105F7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenRasta.Testing</RootNamespace>
<AssemblyName>OpenRasta.Testing</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<NoWarn>1591</NoWarn>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\nunit-2.6.3\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="SpecExtensions.cs" />
<Compile Include="SpecExtensionsFixture.cs" />
<Compile Include="AssertExtensions.cs" />
<Compile Include="context.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SpecExtensions.cs" />
<Compile Include="SpecExtensionsFixture.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="..\..\build\common.project.properties" />
<Import Project="..\..\wraps\openwrap\build\OpenWrap.CSharp.targets" />
<Import Project="$(MSBuildToolsPath)\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">
Expand Down
9 changes: 9 additions & 0 deletions src/OpenRasta.Testing/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,19 @@
*/
#endregion

using System;
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("OpenRasta testing framework")]
[assembly: AssemblyDescription("Provides shared testing functionality for OpenRasta test suite.")]
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyCompany("Caffeine IT- naughtyProd Limited ")]
[assembly: AssemblyProduct("OpenRasta 2.0 Release Candidate")]
[assembly: AssemblyCopyright("Copyright (c) Caffeine IT - naughtyProd Limited - Sebastien Lambla ")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]

#region Full license
//
Expand Down
20 changes: 20 additions & 0 deletions src/openrasta-testing.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenRasta.Testing", "OpenRasta.Testing\OpenRasta.Testing.csproj", "{2779F83F-D13B-47DA-B801-2440F5C105F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2779F83F-D13B-47DA-B801-2440F5C105F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2779F83F-D13B-47DA-B801-2440F5C105F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2779F83F-D13B-47DA-B801-2440F5C105F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2779F83F-D13B-47DA-B801-2440F5C105F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
2 changes: 0 additions & 2 deletions wraps/.gitignore

This file was deleted.

Binary file removed wraps/Moq-4.0.10827.wrap
Binary file not shown.
Binary file removed wraps/NUnit-2.5.9.10348.wrap
Binary file not shown.
Binary file removed wraps/SharpZipLib-0.86.0.wrap
Binary file not shown.
Binary file removed wraps/openfilesystem-1.0.0.57432799.wrap
Binary file not shown.
Binary file removed wraps/openwrap-1.0.0.57548025.wrap
Binary file not shown.
1 change: 0 additions & 1 deletion wraps/openwrap/.anchored

This file was deleted.

Binary file removed wraps/openwrap/bin-net35/OpenRasta.Client.dll
Binary file not shown.
Binary file removed wraps/openwrap/bin-net35/OpenRasta.Client.pdb
Binary file not shown.
Binary file removed wraps/openwrap/bin-net35/OpenWrap.Testing.dll
Binary file not shown.
Binary file removed wraps/openwrap/bin-net35/OpenWrap.Testing.pdb
Binary file not shown.
Binary file removed wraps/openwrap/bin-net35/OpenWrap.dll
Binary file not shown.
Binary file removed wraps/openwrap/bin-net35/OpenWrap.pdb
Binary file not shown.
Binary file removed wraps/openwrap/build/OpenWrap.Build.Bootstrap.dll
Binary file not shown.
Binary file removed wraps/openwrap/build/OpenWrap.Build.Bootstrap.pdb
Binary file not shown.
Binary file removed wraps/openwrap/build/OpenWrap.Build.Tasks.dll
Binary file not shown.
Binary file removed wraps/openwrap/build/OpenWrap.Build.Tasks.pdb
Binary file not shown.
151 changes: 0 additions & 151 deletions wraps/openwrap/build/OpenWrap.CSharp.targets

This file was deleted.

10 changes: 0 additions & 10 deletions wraps/openwrap/build/OpenWrap.tasks

This file was deleted.

Binary file removed wraps/openwrap/commands/OpenWrap.Commands.dll
Binary file not shown.
Binary file removed wraps/openwrap/commands/OpenWrap.Commands.pdb
Binary file not shown.
9 changes: 0 additions & 9 deletions wraps/openwrap/openwrap.wrapdesc

This file was deleted.

Binary file removed wraps/openwrap/tests/OpenWrap.Build.Tasks.dll
Binary file not shown.
Binary file removed wraps/openwrap/tests/OpenWrap.Build.Tasks.pdb
Binary file not shown.
Binary file removed wraps/openwrap/tests/OpenWrap.Commands.dll
Binary file not shown.
Binary file removed wraps/openwrap/tests/OpenWrap.Commands.pdb
Binary file not shown.
Binary file removed wraps/openwrap/tests/OpenWrap.Tests.dll
Binary file not shown.
Binary file removed wraps/openwrap/tests/OpenWrap.Tests.pdb
Binary file not shown.
Loading