Changing codeplex -> github.com/aspnet/musicstore
This commit is contained in:
parent
b48c46ee7d
commit
e26705e2de
|
|
@ -58,7 +58,7 @@
|
|||
@RenderBody()
|
||||
<hr />
|
||||
<footer class="navbar navbar-fixed-bottom navbar-default text-center">
|
||||
<p><a href="http://mvcmusicstore.codeplex.com">mvcmusicstore.codeplex.com</a></p>
|
||||
<p><a href="https://www.github.com/aspnet/MusicStore">www.github.com/aspnet/MusicStore</a></p>
|
||||
<small>@Html.ActionLink("admin", "Index", "StoreManager", new { area = "Admin" })</small>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ namespace E2ETests
|
|||
Assert.Contains("Login", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
}
|
||||
|
||||
Assert.Contains("mvcmusicstore.codeplex.com", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
Assert.Contains("www.github.com/aspnet/MusicStore", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
Assert.Contains("/Images/home-showcase.png", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
_logger.WriteInformation("Application initialization successful.");
|
||||
}
|
||||
|
|
@ -202,7 +202,7 @@ namespace E2ETests
|
|||
Assert.Contains("ASP.NET MVC Music Store", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
Assert.Contains("Register", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
Assert.Contains("Login", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
Assert.Contains("mvcmusicstore.codeplex.com", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
Assert.Contains("www.github.com/aspnet/MusicStore", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
Assert.Contains("/Images/home-showcase.png", responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
//Verify cookie cleared on logout
|
||||
Assert.Null(_httpClientHandler.CookieContainer.GetCookies(new Uri(_applicationBaseUrl)).GetCookieWithName(".AspNet.Microsoft.AspNet.Identity.Application"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue