Sha256: 1cd5aef3d52b06516d2b9beddf384ff86d4593bc8aa19a447af5da0f2b243d54
Contents?: true
Size: 698 Bytes
Versions: 6
Compression:
Stored size: 698 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
6 entries across 6 versions & 1 rubygems