Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 92... Line 92...
92
 
92
 
93
'--- Process submition ---
93
'--- Process submition ---
94
If parNOT_DONE <> "" AND parPv_id <> "" AND parRtag_id <> "" Then
94
If parNOT_DONE <> "" AND parPv_id <> "" AND parRtag_id <> "" Then
95
   ' Insert NOT_DONE record
95
   ' Insert NOT_DONE record
96
   Call Insert_NOT_DONE_Unit_Test ( parPv_id )
96
   Call Insert_NOT_DONE_Unit_Test ( parPv_id )
97
 
-
 
-
 
97
   Call Destroy_All_Objects
98
   Response.Redirect("fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"&#UNIT_TESTS" )
98
   Response.Redirect("fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"&#UNIT_TESTS" )
99
 
99
 
100
Else
100
Else
101
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
101
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
102
   Response.write QSTR_FullQuery
102
   Response.write QSTR_FullQuery
103
 
103
 
104
End If
104
End If
105
%>
105
%>
106
 
-
 
107
<!-- DESTRUCTOR ------->
106
<!-- DESTRUCTOR ------->
108
<!--#include file="common/destructor.asp"-->
107
<!--#include file="common/destructor.asp"-->