# File test/test_AccessLog.rb, line 182
    def test_logfile_delete
      @AccessLog.call_index = 0
      @AccessLog.logfile_delete
      assert_equal(1, @del_logfile_at_call)
      assert_equal(0, @del_logfile_at_pos)
      assert_equal(1, @set_access_log_params_call)
      assert_equal(1, @store['access_logs'].length)
      assert_equal({ 'path' => 'bar.log', 'format' => 'bar' }, @store['access_logs'][0])
    end