Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Minor test fixes.
Browse files Browse the repository at this point in the history
Added more tests, fixed a typo.
  • Loading branch information
tpapp committed Apr 1, 2017
1 parent f90213e commit e9aa5f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/test-transformations-composed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,17 @@ function bridge_complex_test(dom, img; mapping = nothing, RR = false)
end

@testset "bridge complex test" begin
bridge_complex_test(ℝ⁺, -1.0..1.0)
bridge_complex_test(ℝ⁺, ℝ)
bridge_complex_test(-1.0..1.0, ℝ⁺)
bridge_complex_test(ℝ, ℝ⁺)
bridge_complex_test(-1.0..1.0, ℝ⁺)
bridge_complex_test(ℝ⁺, -1.0..1.0)
bridge_complex_test(ℝ, 𝕀; mapping = REALCIRCLE)
bridge_complex_test(ℝ, 𝕀; mapping = REALCIRCLE Multiply(4.0))
bridge_complex_test(𝕀, ℝ; mapping = INVREALCIRCLE Multiply(4.0))
bridge_complex_test(𝕀, 0..5.0; RR = true)
bridge_complex_test(-..5, -..9; RR = true)
bridge_complex_test(ℝ⁺, ℝ⁻; RR = true)
bridge_complex_test(ℝ⁺, ℝ⁻; RR = true)
bridge_complex_test(ℝ⁻, ℝ⁺; RR = true)
bridge_complex_test(ℝ, 𝕀)
bridge_complex_test(𝕀, ℝ)
end

0 comments on commit e9aa5f1

Please sign in to comment.