From 89510b39926717787795f72dd6c83eb14e3cd726 Mon Sep 17 00:00:00 2001 From: "j-h.choi" Date: Fri, 26 Aug 2022 11:07:07 +0900 Subject: [PATCH 1/1] Fixed TAC_TC Change-Id: Id626c06a649c7903559cf8bbf43a8248f8bd148f --- tests/TCs/4_TAC/TAC.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TCs/4_TAC/TAC.py b/tests/TCs/4_TAC/TAC.py index 0d8d248..78b6f83 100755 --- a/tests/TCs/4_TAC/TAC.py +++ b/tests/TCs/4_TAC/TAC.py @@ -460,6 +460,7 @@ def TC_08(): for rcd in lines: is_exist = False if ("Xamarin.Forms/4.8.0.1560" in rcd) or \ + ("Newtonsoft.Json/12.0.3" in rcd) or \ ("Google.Apis.Core/1.49.0" in rcd) or \ ("Google.Apis/1.49.0" in rcd): is_exist = True -- 2.7.4