fix such that running tests works ok without a database, sheesh

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-05-22 18:40:28 +00:00
parent f2837a8ab0
commit a69eeb2674
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
# Added this .rake file to keep Rake happy without a database.
# Remove once a database is in the picture.
["test:units", "test:functionals", "recent"].each do |name|
["test:units", "test:functionals", "recent", "test:integration"].each do |name|
Rake::Task[name].prerequisites.clear
end