# File test/test_server.rb, line 291
    def teardown
      @server.close
      @thread.join
      assert_equal(1, @server_open_call)
      assert_equal(1, @server_close_call)
      assert_equal(1, @document_open_call)
      assert_equal(1, @document_close_call)
    end