You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2004/01/08 10:36:32 UTC

cvs commit: cocoon-lenya/src/test/org/apache/lenya/cms/publication/file FilePublicationTest.java

egli        2004/01/08 01:36:32

  Modified:    src/test/org/apache/lenya/cms/publication/file
                        FilePublicationTest.java
  Log:
  Removed unused variable.
  
  Revision  Changes    Path
  1.2       +0 -1      cocoon-lenya/src/test/org/apache/lenya/cms/publication/file/FilePublicationTest.java
  
  Index: FilePublicationTest.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/test/org/apache/lenya/cms/publication/file/FilePublicationTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FilePublicationTest.java	28 Nov 2003 16:57:49 -0000	1.1
  +++ FilePublicationTest.java	8 Jan 2004 09:36:32 -0000	1.2
  @@ -183,7 +183,6 @@
           Label destinationLabel = destinationNode.getLabel(destinationLanguage);
           assertNotNull(destinationLabel);
           
  -        SiteTree sourceTree = publication.getSiteTree(sourceArea);
           SiteTreeNode sourceNode = destinationTree.getNode(sourceDocumentId);
           Label sourceLabel = sourceNode.getLabel(sourceLanguage);
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org