Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

PR #2478 caused Nancy.Testing.Tests.BrowserFixture.Should_return_JSON_serialized_form to fail on Travis (Mono) #2509

Open
5 of 8 tasks
jeff-pang opened this issue Jul 16, 2016 · 0 comments

Comments

@jeff-pang
Copy link
Contributor

jeff-pang commented Jul 16, 2016

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of Nancy
  • I have verified if the problem exist in both DEBUG and RELEASE mode
  • I have searched open and closed issues to ensure it has not already been reported

Description

The change caused Nancy.Testing.Tests.BrowserFixture.Should_return_JSON_serialized_form to fail on Travis (Mono). The error is:

  Assert.Equal() Failure
  Expected: 1
  Actual:   0

and offending line Assert.Equal(1, actualModel.SomeInt);

Steps to Reproduce

Get this PR and run unit test Nancy.Testing.Tests.BrowserFixture.Should_return_JSON_serialized_form in TravisCI

System Configuration

  • Nancy version:
  • Nancy host
    • ASP.NET
    • OWIN
    • Self-Hosted
    • Other:
  • Other Nancy packages and versions:
    TravisCI Mono Release
  • Environment (Operating system, version and so on):
    TravisCI
  • .NET Framework version:
    Mono
  • Additional information:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants