From 8ef97c54d0e2aa762c75301790f4cd02fc851f0e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 31 Aug 2016 02:19:00 +0000 Subject: test_fresh: do not delete non-existent domain This test bug was exposed due to using an old MogileFS-Server without commit d0ee2a27253ade4b50ef5b91471f4f520a67bf8c ("Work with DBD::SQLite's latest lock errors") --- test/test_fresh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_fresh.rb b/test/test_fresh.rb index 9499db5..ff7bae6 100644 --- a/test/test_fresh.rb +++ b/test/test_fresh.rb @@ -88,7 +88,7 @@ class TestMogFresh < Test::Unit::TestCase end test_new_file_info(:md5) ensure - @admin.delete_class @domain, "check" + @admin.delete_class(@domain, "check") if @domain end def test_create_open_close_opts -- cgit v1.2.3-24-ge0c7