Changeset 117

Show
Ignore:
Timestamp:
12/16/06 22:31:00 (2 years ago)
Author:
kindlund
Message:

Minor edits.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm

    r116 r117  
    692692# see the Search::Binary POD documentation. 
    693693# 
    694 # Inputs: arrayref, value_to_compare, current_array_index 
     694# Inputs: parser, value_to_compare, current_array_index 
    695695# Outputs: comparison, last_valid_array_index 
    696696sub _search { 
     
    13651365    $Data::Dumper::Terse = 1; 
    13661366    $Data::Dumper::Indent = 0; 
    1367     # TODO: change this to debug. 
    13681367    $LOG->debug(Dumper(\%args)); 
    1369     # TODO: delete these. 
    1370     $LOG->debug(Dumper($self->YYData->{'group_index_offsets'})); 
    1371     $LOG->debug(Dumper($self->YYData->{'group_index_linenums'})); 
    13721368 
    13731369    # Sanity check, don't continue, unless absolute_offset or absolute_linennum 
     
    14621458        return $found_linenum; 
    14631459    } else { 
    1464         # TODO: Change this to debug, eventually. 
    14651460        $LOG->debug("Seeking parser to nearest earlier group offset (" . $found_offset . ")."); 
    14661461        return $found_offset; 
  • honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp

    r116 r117  
    537537# see the Search::Binary POD documentation. 
    538538# 
    539 # Inputs: arrayref, value_to_compare, current_array_index 
     539# Inputs: parser, value_to_compare, current_array_index 
    540540# Outputs: comparison, last_valid_array_index 
    541541sub _search { 
  • honeyclient/branches/bug/42/t/test_registry/after.reg

    • Property svn:executable deleted
  • honeyclient/branches/bug/42/t/test_registry/before.reg

    • Property svn:executable deleted
  • honeyclient/branches/bug/42/t/test_registry/dump.reg

    • Property svn:executable deleted