client/servlet/test/src/test.properties

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