Commit 45d1e465 authored by tepelmann's avatar tepelmann
Browse files

Fixed.

parent a01af452
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -687,7 +687,7 @@ module AtsDSLite_TestCases {
                
                group f_TC_DSLITE_B4_FRAG_BV_001 {
                    
                    function f_TC_DSLITE_B4_BF_FRAG_001_aftr() runs on AFTRComponent {
                    function f_TC_DSLITE_B4_FRAG_BV_001_aftr() runs on AFTRComponent {
                        
                        // Local variables
                         
@@ -776,8 +776,8 @@ module AtsDSLite_TestCases {
                    // Test adapter configuration
                    
                    // Start all components
                    vc_aftrComponent.start(f_TC_DSLITE_B4_FRAG_BV_001_aftr());
                    vc_hostComponents[0].start(f_TC_DSLITE_B4_FRAG_BV_001_host(v_host));
                    vc_aftrComponent.start(f_TC_DSLITE_B4_FRAG_BV_002_aftr());
                    vc_hostComponents[0].start(f_TC_DSLITE_B4_FRAG_BV_002_host(v_host));
                    
                    f_serverSyncNClientsAndStop(1, { c_prDone, c_tbDone, c_poDone });
                    
@@ -794,7 +794,7 @@ module AtsDSLite_TestCases {
                
                group f_TC_DSLITE_B4_FRAG_BV_002 {
                    
                    function f_TC_DSLITE_B4_BF_BV_001_aftr() runs on AFTRComponent {
                    function f_TC_DSLITE_B4_FRAG_BV_002_aftr() runs on AFTRComponent {
                        
                        // Local variables
                         
@@ -812,9 +812,9 @@ module AtsDSLite_TestCases {
                        f_selfOrClientSyncAndVerdict(c_poDone, e_success);
                        log("*** " & __SCOPE__ & ": INFO: Postamble done. ***");
                        
                    } // End of fucntion f_TC_DSLITE_B4_BF_BV_001_aftr
                    } // End of fucntion f_TC_DSLITE_B4_FRAG_BV_002_aftr
                    
                    function f_TC_DSLITE_B4_BF_BV_001_host(in integer p_hostId) runs on HostComponent {
                    function f_TC_DSLITE_B4_FRAG_BV_002_host(in integer p_hostId) runs on HostComponent {
                        
                        // Local variables
                         
@@ -832,7 +832,7 @@ module AtsDSLite_TestCases {
                        f_selfOrClientSyncAndVerdict(c_poDone, e_success);
                        log("*** " & __SCOPE__ & ": INFO: Postamble done. ***");
                        
                    } // End of f_TC_DSLITE_B4_BF_BV_001_host
                    } // End of f_TC_DSLITE_B4_FRAG_BV_002_host
                    
                } // End of group f_TC_DSLITE_B4_FRAG_BV_002