Show
Ignore:
Timestamp:
03/14/07 16:44:40 (2 years ago)
Author:
kindlund
Message:

Version bump.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/t/honeyclient_agent_driver_browser.t

    r131 r234  
    5555 
    5656 
     57# =begin testing 
     58{ 
     59# XXX: Test this. 
     601; 
     61} 
     62 
     63 
     64 
    5765 
    58661; 
  • honeyclient/trunk/t/honeyclient_agent_driver_ff.t

    r13 r234  
    77 
    88 
    9 # =begin testing 
    10 { 
    11 # XXX: Add this. 
    12 1; 
    13 } 
    14  
    15  
    16  
    17 # =begin testing 
    18 { 
    19 # XXX: Test this. 
    20 1; 
    21 } 
    22  
    23  
    24  
    25 # =begin testing 
    26 { 
    27 # XXX: Test this. 
    28 1; 
    29 } 
    30  
    31  
    32  
    33 # =begin testing 
    34 { 
    35 # XXX: Test this. 
    36 1; 
    37 } 
    38  
    39  
    40  
    41 # =begin testing 
    42 { 
    43 # XXX: Test this. 
    44 1; 
    45 } 
    469 
    4710 
  • honeyclient/trunk/t/honeyclient_manager_fw.t

    r131 r234  
    107107my $hashref = { 
    108108 
    109     'foo' => {     
    110         'targets' => {    
     109    'foo' => { 
     110        'targets' => { 
    111111            'rcf.mitre.org'   => { 'tcp' => [ 80 ], }, 
    112112        }, 
     
    118118 
    119119            '00:0C:29:94:B9:15' => { 
    120                 '10.0.0.128' => {    
     120                '10.0.0.128' => { 
    121121                    'tcp' => undef, 
    122122                    'udp' => [ 23, 53, '80:1024', ], 
     
    154154    $som = $stub->_setAcceptPolicy(); 
    155155    $som = $stub->_flushChains(); 
    156      
     156 
    157157}; 
    158158 
     
    165165    fail($@); 
    166166} 
    167      
    168167} 
    169168 
     
    193192    fail($@); 
    194193    } 
    195      
    196194} 
    197195 
     
    224222    fail($@); 
    225223    } 
    226      
    227224} 
    228225 
     
    318315{ 
    319316eval{ 
    320      
     317 
    321318    $URL = HoneyClient::Manager::FW->init_fw(); 
    322319    # Wait at least a second, in order to initialize the daemon.