Show
Ignore:
Timestamp:
07/10/08 06:27:07 (5 months ago)
Author:
deveiant
Message:
  • Fixed the test for an existing data directory in the conversion script
  • Set coverage minimum to 83% until I can get more tests written
  • Removed some more old files
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/rakefile-work/convertdb.rb

    r90 r92  
    100100        # Open the database and check to be sure it's empty. Confirm overwrite if 
    101101        # not. Checkpoint and set up logging proc if debugging. 
    102         if @builddir.exist? && @builddir.entries.include?( 'data' ) 
     102        if @builddir.exist? && ( @builddir + 'data' ).exist? 
    103103            message ">>> Warning: Existing data in the Ruby-WordNet databases\n"\ 
    104104                "will be overwritten.\n"