1833 |
03 Jul 07 |
gregory |
# $Id$ |
1832 |
03 Jul 07 |
gregory |
2 |
|
3687 |
26 Apr 10 |
gregory |
# Copyright (C) 2007 Olle Mansson |
1832 |
03 Jul 07 |
gregory |
4 |
|
1832 |
03 Jul 07 |
gregory |
# This file is part of Proteios |
1832 |
03 Jul 07 |
gregory |
# Available at http://www.proteios.org/ |
1832 |
03 Jul 07 |
gregory |
7 |
|
1832 |
03 Jul 07 |
gregory |
# Proteios is free software; you can redistribute it and/or modify it |
1832 |
03 Jul 07 |
gregory |
# under the terms of the GNU General Public License as published by |
1832 |
03 Jul 07 |
gregory |
# the Free Software Foundation; either version 2 of the License, or |
1832 |
03 Jul 07 |
gregory |
# (at your option) any later version. |
1832 |
03 Jul 07 |
gregory |
12 |
|
1832 |
03 Jul 07 |
gregory |
# Proteios is distributed in the hope that it will be useful, but |
1832 |
03 Jul 07 |
gregory |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
1832 |
03 Jul 07 |
gregory |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
1832 |
03 Jul 07 |
gregory |
# General Public License for more details. |
1832 |
03 Jul 07 |
gregory |
17 |
|
1832 |
03 Jul 07 |
gregory |
# You should have received a copy of the GNU General Public License |
1832 |
03 Jul 07 |
gregory |
# along with this program; if not, write to the Free Software |
1832 |
03 Jul 07 |
gregory |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
1832 |
03 Jul 07 |
gregory |
# 02111-1307, USA. |
1832 |
03 Jul 07 |
gregory |
22 |
|
1832 |
03 Jul 07 |
gregory |
# Copy this file to test.properties and make necessary configuration |
1832 |
03 Jul 07 |
gregory |
# before running the tests. |
3687 |
26 Apr 10 |
gregory |
25 |
|
3687 |
26 Apr 10 |
gregory |
# Html output directory (relative to $test.build) |
3687 |
26 Apr 10 |
gregory |
test.html.out=./html_out |
3687 |
26 Apr 10 |
gregory |
28 |
|
3687 |
26 Apr 10 |
gregory |
# Webunit |
3687 |
26 Apr 10 |
gregory |
proteios.url=http://localhost:8080/proteios/app |
3687 |
26 Apr 10 |
gregory |
test.username=demo |
3687 |
26 Apr 10 |
gregory |
test.password=demo |
3687 |
26 Apr 10 |
gregory |
number.of.users=20 |
3687 |
26 Apr 10 |
gregory |
number.of.iterations=5 |
3687 |
26 Apr 10 |
gregory |
load.time=500 |
3687 |
26 Apr 10 |
gregory |
36 |
|
3687 |
26 Apr 10 |
gregory |
# TestMzDataExporterOnly (database integer id of PeakListSet to export) |
3687 |
26 Apr 10 |
gregory |
peaklistset.id.to.test=1 |
3687 |
26 Apr 10 |
gregory |
39 |
|
3687 |
26 Apr 10 |
gregory |
# Test data input directory url |
3687 |
26 Apr 10 |
gregory |
# If local, "file://" + absolute path |
3687 |
26 Apr 10 |
gregory |
test.data.url=file:///scratch/leo/gregory/proteiosData/testData |