Sha256: b8956d26e446611051eb4b85d5cebd0f18f6d477b6b08187043b196fa9da0890

Contents?: true

Size: 691 Bytes

Versions: 1

Compression:

Stored size: 691 Bytes

Contents

# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
# This is free software with ABSOLUTELY NO WARRANTY.
# You can redistribute it and/or modify it under the terms of the GNU GPL 2.

$LOAD_PATH.unshift '..' unless $LOAD_PATH.include? '..'
require 'qwik/test-common'
require 'qwik/act-md5'

class BenchMD5Session < Test::Unit::TestCase
  include TestSession

  def test_all
    repeat = 10
    repeat = 100
    repeat = 1000
    repeat = 10000
    repeat = 1

    t_add_user

    repeat.times {
      res = session('/test/TextFormat.md5')
      #body = res.body.format_xml
      #ok_title("書式一覧詳細版")
      ok_eq('2ee66272e916d3c21c151920c94334aa', res.body)
    }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qwikdoc-0.0.1 vendor/qwik/bench-s-md5.rb