Skip to content

Commit

Permalink
tests: update T101-Devhub applets
Browse files Browse the repository at this point in the history
The API class was updated and is no longer compatible with some of the
example applets.

Related: ThothTrustCom/T101-Devhub@4ca9789
  • Loading branch information
lzaoral committed Sep 26, 2024
1 parent cf8ae1a commit f1a5243
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tests/test-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1485,8 +1485,7 @@
"jckit": "222",
"thoth": "KM101",
"failure": {
"stopAfter": "instrumentation",
"reason": "Conversion: unsupported int type method parameter"
"reason": "Instrumentation: The method newAOCUserCred(byte, byte[], short, short, short, byte[], short, short, byte[], short, byte, null, short, short, byte, byte[], short) is undefined for the type T101OpenAPI"
}
},
{
Expand All @@ -1496,8 +1495,7 @@
"jckit": "304",
"thoth": "KM101",
"failure": {
"stopAfter": "compilation",
"reason": "Selection: SystemException.ILLEGAL_USE"
"reason": "Instrumentation: The method uiSession(byte, byte, byte, byte, byte, byte, byte[], short, short, byte[], short, short, byte[], short) in the type T101OpenAPI is not applicable for the arguments (byte, byte, byte, byte, byte, byte[], short, short, byte[], short, short, byte[], short)"
}
},
{
Expand All @@ -1506,7 +1504,9 @@
"path": "Samples/T101Test1/src/testt101",
"jckit": "304",
"thoth": "KM101",
"subtests": []
"failure": {
"reason": "Instrumentation: The method newAOCUserCred(byte, byte[], short, short, short, byte[], short, short, byte[], short, byte, null, short, short, byte, byte[], short) is undefined for the type T101OpenAPI"
}
},
{
"name": "T101-Devhub-ThetaPass",
Expand All @@ -1515,8 +1515,7 @@
"jckit": "304",
"thoth": "KM101",
"failure": {
"stopAfter": "instrumentation",
"reason": "Conversion: unsupported int type method parameter"
"reason": "Instrumentation: The method uiSession(byte, byte, byte, byte, byte, byte, byte[], short, short, byte[], short, short, byte[], short) in the type T101OpenAPI is not applicable for the arguments (byte, byte, byte, byte, byte, byte[], short, short, byte[], short, short, byte[], short)"
}
},
{
Expand Down

0 comments on commit f1a5243

Please sign in to comment.