source: trunk/client/servlet/test/src/test.properties.in @ 4554

Last change on this file since 4554 was 1916, checked in by Jari Häkkinen, 16 years ago

Fixed copyrights and also some missing svn properties.

File size: 1.2 KB
Line 
1# $Id: test.properties.in 825 2006-11-01 08:59:23Z gregory $
2
3# Copyright (C) 2007 Olle Mansson
4
5# This file is part of Proteios
6# Available at http://www.proteios.org/
7
8# Proteios is free software; you can redistribute it and/or modify it
9# under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version.
12
13# Proteios is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16# General Public License for more details.
17
18# You should have received a copy of the GNU General Public License
19# along with this program; if not, write to the Free Software
20# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21# 02111-1307, USA.
22
23# Copy this file to test.properties and make necessary configuration
24# before running the tests.
25
26# Html output directory (relative to $test.build)
27test.html.out=./html_out
28
29# Webunit
30proteios.url=http://localhost:8080/proteios/app
31test.username=root
32test.password=
33number.of.users=20
34number.of.iterations=5
35load.time=500
36
37# Test data input directory url
38# If local, "file://" + absolute path
39test.data.url=
Note: See TracBrowser for help on using the repository browser.