1 /*******************************************************************************
2 * Copyright (c) 2005, 2006 Imola Informatica.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the LGPL License v2.1
5 * which accompanies this distribution, and is available at
6 * http://www.gnu.org/licenses/lgpl.html
7 *******************************************************************************/
8 package it.imolinfo.jbi4cics.test;
9
10 import org.codehaus.xfire.test.AbstractXFireTest;
11
12 public class BaseCommareaTest extends AbstractXFireTest {
13
14 public BaseCommareaTest(String arg) {
15 super();
16 setName(arg);
17 }
18
19 public BaseCommareaTest() {
20 super();
21 }
22
23
24 public static final String testRootCommarea="src/test/etc/commareas";
25 }