Subversion Repositories DevTools

Rev

Rev 6790 | Rev 7286 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6790 Rev 6873
Line 35... Line 35...
35
Dim criticalSectionIsEditable
35
Dim criticalSectionIsEditable
36
'------------ Constants Declaration -----------
36
'------------ Constants Declaration -----------
37
'------------ Variable Init -------------------
37
'------------ Variable Init -------------------
38
parPv_id = Request("pv_id")
38
parPv_id = Request("pv_id")
39
parTest_Type_id = Request("test_type_id")
39
parTest_Type_id = Request("test_type_id")
40
If parTest_Type_id = "" Then parTest_Type_id = enumTEST_TYPE_INTERACTIVE
40
If parTest_Type_id = "" Then parTest_Type_id = enumTEST_TYPE_AUTOBUILD_UTF
41
'----------------------------------------------
41
'----------------------------------------------
42
%>
42
%>
43
<%
43
<%
44
Function SQL_GetTestTypes ( )
44
Function SQL_GetTestTypes ( )
45
   SQL_GetTestTypes = _
45
   SQL_GetTestTypes = _