Fixed TAC_TC
authorj-h.choi <j-h.choi@samsung.com>
Fri, 26 Aug 2022 02:07:07 +0000 (11:07 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 30 Aug 2022 23:40:39 +0000 (08:40 +0900)
Change-Id: Id626c06a649c7903559cf8bbf43a8248f8bd148f

tests/TCs/4_TAC/TAC.py

index 0d8d248..78b6f83 100755 (executable)
@@ -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