From 7da6c3c3bb34f85c986ce0940079d7a84996efd8 Mon Sep 17 00:00:00 2001 From: Bryant Austin Date: Wed, 17 Dec 2025 11:43:45 -0700 Subject: [PATCH] adjusted tests to do compare server side --- tests/cql/CqlStringOperatorsTest.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/cql/CqlStringOperatorsTest.xml b/tests/cql/CqlStringOperatorsTest.xml index 5d4cde8..2451296 100644 --- a/tests/cql/CqlStringOperatorsTest.xml +++ b/tests/cql/CqlStringOperatorsTest.xml @@ -172,8 +172,8 @@ - Lower('') - '' + Lower('') = '' + true @@ -304,13 +304,13 @@ - Split('a,b', null) - {'a,b'} + Split('a,b', null) = {'a,b'} + true - Split('a,b', '-') - {'a,b'} + Split('a,b', '-') = {'a,b'} + true @@ -408,8 +408,8 @@ - Upper('') - '' + Upper('') = '' + true