Skip to content

Commit

Permalink
Relocating and renaming IntegrationTestingViews
Browse files Browse the repository at this point in the history
Keeps the two projects together and includes them with the rest of the
ASP.NET MVC samples. Also added the projects to the Samples.sln solution.
  • Loading branch information
loudej committed Jun 22, 2009
1 parent e6b49ef commit 6aaa00d
Show file tree
Hide file tree
Showing 28 changed files with 73 additions and 370 deletions.
16 changes: 0 additions & 16 deletions src/Samples/AspNetMvc/IntegrationTesting/Default.aspx

This file was deleted.

17 changes: 0 additions & 17 deletions src/Samples/AspNetMvc/IntegrationTesting/Default.aspx.cs

This file was deleted.

27 changes: 0 additions & 27 deletions src/Samples/AspNetMvc/IntegrationTesting/Default.aspx.designer.cs

This file was deleted.

100 changes: 0 additions & 100 deletions src/Samples/AspNetMvc/IntegrationTesting/IntegrationTesting.csproj

This file was deleted.

This file was deleted.

125 changes: 0 additions & 125 deletions src/Samples/AspNetMvc/IntegrationTesting/Web.config

This file was deleted.

Expand Up @@ -9,7 +9,7 @@
using NUnit.Framework;
using NUnit.Framework.SyntaxHelpers;

namespace IntegrationAndViewTests
namespace IntegrationTestingViews.Tests
{
/// <summary>
/// These tests are using the framework provided by Steve Sanderson:
Expand All @@ -18,7 +18,7 @@ namespace IntegrationAndViewTests
[TestFixture]
public class EndToEndIntegrationTests
{
private static readonly string _mvcAppPath = Path.GetFullPath(AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\SparkWebApp");
private static readonly string _mvcAppPath = Path.GetFullPath(AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\IntegrationTestingViews");
private readonly AppHost _appHost = new AppHost(_mvcAppPath);

[Test]
Expand Down

0 comments on commit 6aaa00d

Please sign in to comment.