fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Fix FluentSharp.CoreLib Tests that fail on OSX and Travis #49

Closed DinisCruz closed 9 years ago

DinisCruz commented 9 years ago

As seen in https://travis-ci.org/o2platform/FluentSharp/builds/45200664 and in https://github.com/o2platform/FluentSharp/issues/46#issuecomment-68171464

image

image

Related to https://github.com/o2platform/FluentSharp/issues/47

DinisCruz commented 9 years ago

With commit https://github.com/o2platform/FluentSharp/commit/be75cfb798eb0c9d512f7ccb4eede8206238c15d all tests are passing on OSX image

DinisCruz commented 9 years ago

And pass on Travis :)

image

DinisCruz commented 9 years ago

This is only the first one from all FluentSharp modules, but its a start:

image

DinisCruz commented 9 years ago

part of https://github.com/o2platform/FluentSharp/issues/51