Fixing (ignoring) test (#24)
This commit is contained in:
@@ -5,7 +5,7 @@ Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a
|
|||||||
The **eShopOnWeb** is related to the [eShopOnContainers](https://github.com/dotnet/eShopOnContainers) sample application which, in that case, focuses on a microservices/containers based application architecture. However, **eShopOnWeb** is much simpler in regards its current functionality and focuses on traditional Web Application Development with a single monolithic deployment, no microservices/containers related.
|
The **eShopOnWeb** is related to the [eShopOnContainers](https://github.com/dotnet/eShopOnContainers) sample application which, in that case, focuses on a microservices/containers based application architecture. However, **eShopOnWeb** is much simpler in regards its current functionality and focuses on traditional Web Application Development with a single monolithic deployment, no microservices/containers related.
|
||||||
|
|
||||||
> ### DISCLAIMER
|
> ### DISCLAIMER
|
||||||
> **IMPORTANT:** The current state of this sample application is **ALPHA**, consider it a 0.1 foundational version. Therefore areas will change significantly while refactoring current code and implementing new features. **Feedback with improvements and pull requests from the community are highly appreciated and accepted.**
|
> **IMPORTANT:** The current state of this sample application is **ALPHA**, consider it a 0.1 foundational version. Therefore areas will change significantly while refactoring current code and implementing new features. **Feedback with improvements and pull requests from the community are highly appreciated and accepted.** Planned features for this sample include user registration, login, shopping cart management, and checkout.
|
||||||
|
|
||||||
## Topics (eBook TOC)
|
## Topics (eBook TOC)
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ namespace FunctionalTests.Web.Controllers
|
|||||||
{
|
{
|
||||||
public class CatalogControllerGetImage : BaseWebTest
|
public class CatalogControllerGetImage : BaseWebTest
|
||||||
{
|
{
|
||||||
[Fact]
|
//[Fact]
|
||||||
|
// GetImage replaced by static file middleware
|
||||||
public async Task ReturnsFileContentResultGivenValidId()
|
public async Task ReturnsFileContentResultGivenValidId()
|
||||||
{
|
{
|
||||||
var testFilePath = Path.Combine(_contentRoot, "pics//1.png");
|
var testFilePath = Path.Combine(_contentRoot, "pics//1.png");
|
||||||
|
|||||||
Reference in New Issue
Block a user