Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d61a02d

Browse files
author
Seth Croston Barber
committed
Revert "Load a 3.3.4 db for the one click tests"
This reverts commit fc8f077.
1 parent 11d602f commit d61a02d

File tree

3 files changed

+0
-2074
lines changed

3 files changed

+0
-2074
lines changed

tests/rspec/helpers/global_helpers.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ def reset_db(test_file = '')
137137
if test_file == 'updater'
138138
$db.query(IO.read('sql/database_2.10.1.sql'))
139139
clear_db_result
140-
elsif test_file == 'one-click'
141-
$db.query(IO.read('sql/database_3.3.4.sql'))
142-
clear_db_result
143140
elsif test_file != 'installer'
144141
$db.query(IO.read('sql/database.sql'))
145142
clear_db_result

0 commit comments

Comments
 (0)