Commit a733e3e4 authored by pintar's avatar pintar
Browse files

corrections due to week 8/2010 validation

parent f9f232fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 *	@author 	STF 310
 *	@author 	STF 310(ATS phase), STF387(ETS/validation phase)
 *  @version    $Id$
 *	@desc		This module provides the test case definitions 
 */
+824 −824

File changed.

Preview size limit exceeded, changes collapsed.

+741 −741

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -28,9 +28,9 @@
		** @desc f_IncCSeq returns an input parameter incremented by 1000
		** reason is to run the next testcase with a higher CSeq value
		*/
		function f_IncCSeq(inout CSeq loc_CSeq) 
		function f_IncCSeq(inout CSeq p_cSeq) 
			runs on ServerSyncComp 
			{	loc_CSeq.seqNumber := loc_CSeq.seqNumber + 1000;
			{	p_cSeq.seqNumber := p_cSeq.seqNumber + 1000;
				return
			}; 
		// end f_IncCSeq
+383 −383

File changed.

Preview size limit exceeded, changes collapsed.

Loading