Skip to Content.
Sympa Menu

notify-dpml - r886 - trunk/main/planet/http/demo/src/test/net/dpml/http

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r886 - trunk/main/planet/http/demo/src/test/net/dpml/http
  • Date: Sun, 8 Jan 2006 23:24:54 +0100

Author: mcconnell
Date: 2006-01-08 23:24:54 +0100 (Sun, 08 Jan 2006)
New Revision: 886

Modified:
trunk/main/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
Log:
checkstyle cleanup

Modified: trunk/main/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
===================================================================
--- trunk/main/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
2006-01-08 22:23:04 UTC (rev 885)
+++ trunk/main/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
2006-01-08 22:24:54 UTC (rev 886)
@@ -24,9 +24,7 @@

import junit.framework.TestCase;

-import net.dpml.part.Directive;
import net.dpml.part.Controller;
-import net.dpml.part.Model;
import net.dpml.part.Component;

import net.dpml.http.demo.Demo;
@@ -43,14 +41,13 @@
private static final String TEST_DIR_KEY = "project.test.dir";

/**
- * Test the construction of the widget implementation and invocation
- * of a non-service public method on the implementation class.
+ * Test the construction of the http demo implementation.
+ * @exception Exception if an error occurs
*/
public void testHttp() throws Exception
{
File test = new File( System.getProperty( TEST_DIR_KEY ) );
URI uri = new File( test, PATH ).toURI();
-
Controller control = Controller.STANDARD;
Component component = control.createComponent( uri );
Demo demo = (Demo) component.getProvider().getValue( false );




  • r886 - trunk/main/planet/http/demo/src/test/net/dpml/http, mcconnell at BerliOS, 01/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page