Commit 2b74f653 authored by Sebastian Hans's avatar Sebastian Hans
Browse files

CR-041 SCPTEST(21)069010r1 Correction of applets and resulting cap files

parent e579487d
Loading
Loading
Loading
Loading
+39 −26
Original line number Diff line number Diff line
@@ -54,10 +54,14 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet
     */
    public void processToolkit(short event)
    {
	    if (event == EVENT_PROACTIVE_HANDLER_AVAILABLE) 
		{
		if (event == EVENT_PROACTIVE_HANDLER_AVAILABLE) {

			try {
				switch (bMyInstanceId) {
					// -----------------------------------------------------------------
					//		 Instance 1 execution, Priority Level 1
					// -----------------------------------------------------------------

					case (byte)1:
						if ( ToolkitRegistrySystem.isPrioritizedProactiveHandlerAvailableEventSet() == false) {
							reportTestOutcome((byte)1, true) ;
@@ -66,6 +70,11 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet
							reportTestOutcome((byte)1, false) ;
						}
						break;

					// -----------------------------------------------------------------
					//		 Instance 2 execution, Priority Level 2
					// -----------------------------------------------------------------

					case (byte)2:
						if ( ToolkitRegistrySystem.isPrioritizedProactiveHandlerAvailableEventSet() == true ) {
							reportTestOutcome((byte)1, true) ;
@@ -74,7 +83,11 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet
							reportTestOutcome((byte)1, false) ;
						}
						break;
					default: reportTestOutcome ((byte)1, false);

					default:
						reportTestOutcome ((byte)1, false);
						break;

				}
			}
			catch (Exception e) {
+1 B (3.1 KiB)

File changed.

No diff preview for this file type.