Skip to content

Commit a82b296

Browse files
committed
add functional tests
1 parent 1802be7 commit a82b296

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/consol_DataEntryBlobTests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ addBlobStore!(dfg, ds)
9393

9494
ade,adb = addData!(dfg, :filestore, :x1, :random, dataset1)
9595
_,_ = addData!(dfg, :filestore, :x1, :another_1, dataset1)
96+
_,_ = getData(dfg, :x1, "random")
97+
_,_ = getData(dfg, :x1, r"rando")
9698
gde,gdb = getData(dfg, :x1, :random)
9799

98100
@test incrDataLabelSuffix(dfg,:x1,:random) == :random_1

0 commit comments

Comments
 (0)