Subversion Repositories DevTools

Rev

Rev 5061 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5061 Rev 5097
Line 230... Line 230...
230
            function(txt){ el.innerHTML = "Test Failed:" + txt}
230
            function(txt){ el.innerHTML = "Test Failed:" + txt}
231
           );
231
           );
232
}
232
}
233
 
233
 
234
///////////////////////////////////////////////
234
///////////////////////////////////////////////
-
 
235
//  Function:       ddpTest
-
 
236
//  Description:    
-
 
237
//
-
 
238
function ddpTest()
-
 
239
{
-
 
240
    //  Show that testing has started
-
 
241
    var el = document.getElementById("ddpTest");
-
 
242
    el.innerHTML = 'Sending';
-
 
243
 
-
 
244
    ajaxOpr('_json_RmTests.asp',
-
 
245
            'Opr=ddpTest', 
-
 
246
            function(myJson){ el.innerHTML = 'Sent OK'; },
-
 
247
            function(txt){ el.innerHTML = "Test Failed:" + txt}
-
 
248
           );
-
 
249
}
-
 
250
 
-
 
251
 
-
 
252
///////////////////////////////////////////////
235
//  Function:       remExec
253
//  Function:       remExec
236
//  Description:    Test Remote Execution (Wsh)
254
//  Description:    Test Remote Execution (Wsh)
237
//
255
//
238
function remExec()
256
function remExec()
239
{
257
{
Line 408... Line 426...
408
   <tr class="body_row">
426
   <tr class="body_row">
409
      <td>Jira Test</td>
427
      <td>Jira Test</td>
410
      <td><%=makeAjaxButton("Test", "jiraTest")%></td>
428
      <td><%=makeAjaxButton("Test", "jiraTest")%></td>
411
   </tr>
429
   </tr>
412
 
430
 
-
 
431
   <tr class="body_row">
-
 
432
     <td>DDP TESTING</td>
-
 
433
     <td><%=makeAjaxButton("ddpTest", "ddpTest")%></td>
-
 
434
   </tr>
-
 
435
 
-
 
436
 
413
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
437
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
414
   <tr class="body_col tablehdr">
438
   <tr class="body_col tablehdr">
415
      <td>End of Tests</td>
439
      <td>End of Tests</td>
416
      <td><a class="form_btn" href="admin_build_test_page.asp" title="Refresh Page">Refresh</a></td>
440
      <td><a class="form_btn" href="admin_build_test_page.asp" title="Refresh Page">Refresh</a></td>
417
   </tr>
441
   </tr>