Skip to content

Commit 88088ef

Browse files
committed
restoring tests
1 parent 93211c3 commit 88088ef

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

test/data/0_13_0.tar.gz

1.49 KB
Binary file not shown.
File renamed without changes.

test/fileDFGTests.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
using DistributedFactorGraphs
22
using IncrementalInference
33
using Test
4+
using TimeZones
5+
6+
##
47

58
@testset "FileDFG Tests" begin
69
for filename in ["/tmp/fileDFG", "/tmp/FileDFGExtension.tar.gz"]
@@ -83,6 +86,8 @@ using Test
8386
end
8487
end
8588

89+
##
90+
8691
@testset "FileDFG Regression Tests" begin
8792
@info "If any of these tests fail, we have breaking changes"
8893
for file in filter(f -> endswith(f, ".tar.gz"), readdir(joinpath(@__DIR__, "data")))
@@ -96,3 +101,5 @@ end
96101
@test issetequal(lsf(retDFG), [:x3x4f1, :x4x5f1, :x1x2f1, :x2x3f1])
97102
end
98103
end
104+
105+
##

0 commit comments

Comments
 (0)