From 584ba1e0b8d30763491734dbf77ef737d39e2f4b Mon Sep 17 00:00:00 2001 From: Julien Lopez <julien.lopez@lri.fr> Date: Fri, 27 Jan 2017 15:09:39 +0100 Subject: [PATCH] Update test to real tests on hbase --- .../tests/hbase/QuerySimple.out | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/com.oracle.truffle.r.test/tests/hbase/QuerySimple.out b/com.oracle.truffle.r.test/tests/hbase/QuerySimple.out index 7f3366e8ed..fede24703d 100644 --- a/com.oracle.truffle.r.test/tests/hbase/QuerySimple.out +++ b/com.oracle.truffle.r.test/tests/hbase/QuerySimple.out @@ -1,4 +1,16 @@ - ename -1 SMITH -2 JOHN + ename +1 SMITH +2 TURNER +3 ADAMS +4 JAMES +5 FORD +6 MILLER +7 ALLEN +8 WARD +9 JONES +10 MARTIN +11 BLAKE +12 CLARK +13 SCOTT +14 KING -- GitLab