| 
      
            Lines 897-903
          sub test_checkin_v2 {
      
      
        Link Here
      
     | 
  
        
          | 897 | 
              is( substr($response,2,1), '0', 'OK flag is false' );  | 
          897 | 
              is( substr($response,2,1), '0', 'OK flag is false' );  | 
        
        
          | 898 | 
              is( substr($response,5,1), 'Y', 'Alert flag is set' );  | 
          898 | 
              is( substr($response,5,1), 'Y', 'Alert flag is set' );  | 
        
        
          | 899 | 
              check_field( $respcode, $response, FID_SCREEN_MSG, 'Invalid Item', 'Check screen msg', 'regex' );  | 
          899 | 
              check_field( $respcode, $response, FID_SCREEN_MSG, 'Invalid Item', 'Check screen msg', 'regex' );  | 
        
          
            
              | 900 | 
                  check_field( $respcode, $response, FID_PERM_LOCN, '', 'Check that AQ is in the response');  | 
              900 | 
                  check_field( $respcode, $response, FID_PERM_LOCN, '', 'Check that AQ is in the response' );  | 
            
        
          | 901 | 
           | 
          901 | 
           | 
        
        
          | 902 | 
              # Not checked out, toggle option checked_in_ok  | 
          902 | 
              # Not checked out, toggle option checked_in_ok  | 
        
        
          | 903 | 
              $siprequest = CHECKIN . 'N' . 'YYYYMMDDZZZZHHMMSS' .  | 
          903 | 
              $siprequest = CHECKIN . 'N' . 'YYYYMMDDZZZZHHMMSS' .  | 
        
            
              | 904 | 
              -   | 
               | 
               |