From 53e3ce6aafad941d4a0259f8e2a1fd78462b0cf0 Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Thu, 17 Mar 2022 22:22:23 +0800 Subject: [PATCH] modify test case description --- tests/develop-test/2-query/scalar_expression.py | 2 +- tests/develop-test/2-query/scalar_triangle.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/develop-test/2-query/scalar_expression.py b/tests/develop-test/2-query/scalar_expression.py index a53f4023da..593817fae3 100644 --- a/tests/develop-test/2-query/scalar_expression.py +++ b/tests/develop-test/2-query/scalar_expression.py @@ -8,7 +8,7 @@ from math import inf class TDTestCase: def caseDescription(self): ''' - case1: [TD-11204]Difference improvement that can ignore negative + case1: [TD-14123]: fix failed test on arm by converting from sim tst to python test to overcome NaN value and its string representation ''' return diff --git a/tests/develop-test/2-query/scalar_triangle.py b/tests/develop-test/2-query/scalar_triangle.py index 5a6066296c..04e7a986b5 100644 --- a/tests/develop-test/2-query/scalar_triangle.py +++ b/tests/develop-test/2-query/scalar_triangle.py @@ -8,7 +8,7 @@ from math import inf class TDTestCase: def caseDescription(self): ''' - case1: [TD-11204]Difference improvement that can ignore negative + case1: [TD-14122]: fix failed test on arm by converting from sim tst to python test to overcome NaN value and its string representation ''' return -- GitLab