# File test/test_ServerError.rb, line 191
    def test_timestamp
      @ServerError.error_sample = @error_sample
      assert_equal(Time.mktime(2005, 2, 3, 0, 57, 13), @ServerError.timestamp)
      assert_equal(1, @timestamp_call)
    end