Sha256: 6ac37f5c59358cf3a29cfaae0b83af7070100882c8e249617661caf41bc6476d
Contents?: true
Size: 605 Bytes
Versions: 6
Compression:
Stored size: 605 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' class BenchSession < Test::Unit::TestCase include TestSession def test_bench_session repeat = 10 repeat = 100 #repeat = 1000 repeat = 1 t_add_user repeat.times { res = session('/test/TextFormat.html') body = res.body.format_xml #ok_title("書式一覧詳細版") } end end
Version data entries
6 entries across 6 versions & 1 rubygems