Jelajahi Sumber

Merge pull request #7266 from ghalliday/issue13487

HPCC-13487 Fix ECL IR unit tests to match updated format

Reviewed-By: Jamie Noss <james.noss@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 tahun lalu
induk
melakukan
64bc495ccb
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      ecl/hql/hqlir.cpp

+ 6 - 6
ecl/hql/hqlir.cpp

@@ -2302,11 +2302,11 @@ static const char * const expectedIR1 [] = {
 "%c8 = constant 10 : %t1;",
 "%as9 = assign(%e7,%c8);",
 "%e10 = %as9 {location '',6,3};",
-"%e11 = %e3 {symbol r};",
+"%e11 = %e3 {symbol r@1};",
 "%t12 = type %t4 {original(%e11)};",
 "%t13 = type transform(%t12);",
 "%e14 = transform(%e10) : %t13;",
-"%e15 = %e14 {symbol t};",
+"%e15 = %e14 {symbol t@5};",
 "%t16 = type int8;",
 "%c17 = constant 1 : %t16;",
 "%c18 = constant 10 : %t16;",
@@ -2315,17 +2315,17 @@ static const char * const expectedIR1 [] = {
 "%as21 = assign(%e7,%e20);",
 "%e22 = %as21 {location '',6,3};",
 "%e23 = transform(%e22) : %t13;",
-"%e24 = %e23 {symbol t};",
+"%e24 = %e23 {symbol t@5};",
 "%t25 = type null;",
 "%e26 = transformlist(%e15,%e24) : %t25;",
 "%t27 = type table(%t5);",
 "%e28 = inlinetable(%e26,%e3) : %t27;",
 "%e29 = %e28 {location '',9,7};",
-"%e30 = %e29 {symbol ds};",
+"%e30 = %e29 {symbol ds@9};",
 "%e31 = null : <null>;",
 "%e32 = selectfields(%e30,%e31) : %t27;",
-"%t33 = type uint4;",
-"%c34 = constant 3219609901 : %t33;",
+"%t33 = type int4;",
+"%c34 = constant 706706620 : %t33;",
 "%e35 = attr#always;",
 "%e36 = attr#update(%c34,%e35);",
 "%e37 = output(%e32,%e36);",