Skip to content

Commit e203745

Browse files
authored
Test fixes for Rserve support (#2863)
1 parent 71642ca commit e203745

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data/api/rlabkey-api-query.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,10 +629,10 @@
629629
<url>
630630
<![CDATA[
631631
library(Rlabkey)
632-
makeFilter(
632+
print(makeFilter(
633633
c("foo/Reagent", "CONTAINS", "this or that"),
634634
c("Temp_C", "GREATER_THAN", "12"),
635-
c("SystolicBloodPressure", "MISSING", ""))
635+
c("SystolicBloodPressure", "MISSING", "")))
636636
]]>
637637
</url>
638638
<response>
@@ -647,10 +647,10 @@
647647
<url>
648648
<![CDATA[
649649
library(Rlabkey)
650-
makeFilter(
650+
print(makeFilter(
651651
c("foo/Reagent", "CONTAINS", "this or that"),
652652
c("Temp_C", "GREATER_THAN", "12"),
653-
c("SystolicBloodPressure", "MISSING", ""), asList=TRUE)
653+
c("SystolicBloodPressure", "MISSING", ""), asList=TRUE))
654654
]]>
655655
</url>
656656
<response>

0 commit comments

Comments
 (0)