<%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' Unit Test Log ' Displayed as Tab within a Package Version ' ' Globals: ' parRtag_id,parPv_id '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- '------------ Constants Declaration ----------- '------------ Variable Init ------------------- '---------------------------------------------- %> <%=Title(Request("rtag_id"))%>
<%Call RenderActionBar(parRtag_id,parPv_id)%>
<%Call RenderStatus(parRtag_id,parPv_id)%>  
 
tab-left-margin <%Call Generate_Tab_Menu ( TABarray1, "Unit Test", "orange" )%>
 

Build and Unit Test Results