1   package org.codehaus.xfire.xmlbeans.weather;
2   
3   import junit.framework.TestCase;
4   
5   /***
6    * @author <a href="mailto:dan@envoisolutions.com">Dan Diephouse</a>
7    * @since Oct 26, 2004
8    */
9   public class WeatherTest
10      extends TestCase
11  {
12      public void testWeather() throws Exception
13      {
14          WeatherForecastSoapClient client = new WeatherForecastSoapClient();
15      }
16  }