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

Last change on this file since 4554 was 3687, checked in by Gregory Vincic, 13 years ago

Refs #681. Fixed FileLocatorTest?, though test data needs to be updated on server. Am thinking of putting most test data into subversion and instead keep it small. It wont change much anyway.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date
File size: 1.3 KB
Line 
1# $Id: test.properties 3687 2010-04-26 07:08:06Z 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=demo
32test.password=demo
33number.of.users=20
34number.of.iterations=5
35load.time=500
36
37# TestMzDataExporterOnly (database integer id of PeakListSet to export)
38peaklistset.id.to.test=1
39
40# Test data input directory url
41# If local, "file://" + absolute path
42test.data.url=file:///scratch/leo/gregory/proteiosData/testData
Note: See TracBrowser for help on using the repository browser.