/******************************************************************************* * Copyright (c) 2004, 2007 Mylyn project committers and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html *******************************************************************************/ package com.itsolut.mantis.tests; /** * @author David Carver */ public class MantisTestConstants { public static final String TEST_MANTIS_WEB_URL = "http://mylyn-mantis.sourceforge.net/MantisTest/"; public static final String TEST_MANTIS_HTTP_URL = "http://mylyn-mantis.sourceforge.net/MantisTest/mc/mantisconnect.php"; public static final String TEST_MANTIS_INVALID_URL = "http://mylyn-mantis.sourceforge.net/doesnotexist"; }