You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/04/18 14:45:00 UTC

svn commit: r530005 - /tapestry/tapestry5/tapestry-ioc/trunk/src/test/java/org/apache/tapestry/ioc/IntegrationTest.java

Author: hlship
Date: Wed Apr 18 05:44:59 2007
New Revision: 530005

URL: http://svn.apache.org/viewvc?view=rev&rev=530005
Log:
Remove wierd import that crept into IntegrationTest, breaking the automated build.

Modified:
    tapestry/tapestry5/tapestry-ioc/trunk/src/test/java/org/apache/tapestry/ioc/IntegrationTest.java

Modified: tapestry/tapestry5/tapestry-ioc/trunk/src/test/java/org/apache/tapestry/ioc/IntegrationTest.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-ioc/trunk/src/test/java/org/apache/tapestry/ioc/IntegrationTest.java?view=diff&rev=530005&r1=530004&r2=530005
==============================================================================
--- tapestry/tapestry5/tapestry-ioc/trunk/src/test/java/org/apache/tapestry/ioc/IntegrationTest.java (original)
+++ tapestry/tapestry5/tapestry-ioc/trunk/src/test/java/org/apache/tapestry/ioc/IntegrationTest.java Wed Apr 18 05:44:59 2007
@@ -25,8 +25,6 @@
 import org.testng.Assert;
 import org.testng.annotations.Test;
 
-import com.sun.tools.javac.util.Log;
-
 /**
  * A few tests that are easiest (or even just possible) by building a Registry and trying out a few
  * things.