Commit a999e629 authored by Sebastian Hans's avatar Sebastian Hans
Browse files

CR-037 SCP(19)000127

-multiple corrections of older CR's
parent 27b87f24
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ public class Test_Api_1_Fvw_Incr extends UiccTestModel {
    
    public boolean run() {
        APDUResponse data = null;
        boolean result = false;
        initialiseResults();
        
        // test script
        test.reset();
@@ -71,7 +71,7 @@ public class Test_Api_1_Fvw_Incr extends UiccTestModel {

        // Trigger Applet
        response = test.envelopeMenuSelection("100101", "");
        result = response.checkSw("9000");                                              
        addResult(response.checkSw("9000"));                                              
           

        /*********************************************************************/
@@ -81,8 +81,9 @@ public class Test_Api_1_Fvw_Incr extends UiccTestModel {
        /*********************************************************************/

        response = test.selectApplication(APPLET_AID_1);
        result &= response.checkData("10" + APPLET_AID_1 + "10" + 
                "CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC");
        // Note: as test case 15 is Void, we expect '00' for the result
        addResult(response.checkData("10" + APPLET_AID_1 + "10" + 
                "CCCCCCCC CCCCCCCC CCCCCCCC CCCC00CC"));
                                     
        /*********************************************************************/
        /*********************************************************************/
@@ -96,6 +97,6 @@ public class Test_Api_1_Fvw_Incr extends UiccTestModel {
        test.deletePackage(CAP_FILE_PATH);
        
        
        return result;
        return getOverallResult();
    }
}   
+3 −3
Original line number Diff line number Diff line
@@ -54,10 +54,10 @@ public class Test_Cre_Reg_Evtr extends UiccTestModel {
                            "00" + // LV TAR Value(s) 
                            "00"); // V Maximum number of services

        test.status("00", "0C", "00");

        // test script
        response = test.makeSelectableApplet(APPLET_AID_1);
        // Send a status command to be sure to retrieve the correct status word in the RAPDU
        test.status("00", "0C", "00");
        addResult(response.checkSw("910F"));
        response = test.fetch("0F");
        addResult(response.checkData("D00D8103 01050082 02818299 020004") ||
@@ -68,7 +68,7 @@ public class Test_Cre_Reg_Evtr extends UiccTestModel {
        response = test.envelopeEventDownloadUserActivity();
        addResult(response.checkSw("910F"));
        response = test.fetch("0F");
        addResult(response.checkData("D00D8103 01050082 02818299 020003")) ||
        addResult(response.checkData("D00D8103 01050082 02818299 020003") ||
                   response.checkData("D00D8103 01050082 02818219 020003"));
        test.terminalResponse("81030105 00820282 81830100");
        
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public class Test_Api_2_Prh_Cpyv extends UiccTestModel
                                   + "78749102 0010"));
        
        response = test.terminalResponse("81030123 00020282 81030100 0D110400"
                + "02030405060708090A0B0C0D0E0F");
                + "0102030405060708090A0B0C0D0E0F");
        addResult(response.checkSw("9000"));

        /*********************************************************************/