Skip to content

Commit

Permalink
Fixing namespace problems from issue #190
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 18, 2012
1 parent 6d6afe2 commit 4b553ca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/FSharpx.DataStructures.Tests/RoseTreeTest.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module FSharpx.DataStructures.Tests.RoseTreeTest

open FSharpx
open FSharpx.Collections
open FSharpx.DataStructures
open NUnit.Framework

Expand Down
1 change: 1 addition & 0 deletions tests/FSharpx.Tests/BinaryIterateeTest.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module FSharpx.Tests.BinaryIterateeTest

open System
open FSharpx
open FSharpx.Collections
open FSharpx.Collections.ByteString
open FSharpx.Iteratee
open FSharpx.Iteratee.Binary
Expand Down
1 change: 1 addition & 0 deletions tests/FSharpx.Tests/ByteStringTest.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

open System
open FSharpx
open FSharpx.Collections
open FSharpx.Collections.ByteString
open NUnit.Framework
open FsUnit
Expand Down
1 change: 1 addition & 0 deletions tests/FSharpx.Tests/FsCheckProperties.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module FSharpx.Tests.Properties

open FSharpx
open FSharpx.Collections
open FsCheck
open FsCheck.NUnit

Expand Down
1 change: 1 addition & 0 deletions tests/FSharpx.Tests/LensExample.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// http://stackoverflow.com/questions/8179485/updating-nested-immutable-data-structures

open FSharpx
open FSharpx.Collections

type Monster = {
Awake: bool
Expand Down
1 change: 1 addition & 0 deletions tests/FSharpx.Tests/MonoidTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ open NUnit.Framework
open FsCheck
open FsCheck.NUnit
open FSharpx
open FSharpx.Collections
open FSharpx.Tests.Properties
open FSharpx.Monoid

Expand Down
1 change: 1 addition & 0 deletions tests/FSharpx.Tests/ValidationExample.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ open NUnit.Framework
open FsUnit

open FSharpx
open FSharpx.Collections
open FSharpx.Choice
open FSharpx.Validation

Expand Down
1 change: 1 addition & 0 deletions tests/FSharpx.Tests/ValidationTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ open System
open FsUnit
open Microsoft.FSharp.Core
open FSharpx
open FSharpx.Collections
open FSharpx.CSharpTests
open FSharpx.Choice
open FSharpx.Validation
Expand Down

0 comments on commit 4b553ca

Please sign in to comment.