Author: dion
Date: Mon Jun 27 03:25:15 2005
New Revision: 201966
URL: http://svn.apache.org/viewcvs?rev=201966&view=rev
Log:
Remove unused variable
Modified:
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java
Modified:
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java?rev=201966&r1=201965&r2=201966&view=diff
==============================================================================
---
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java
(original)
+++
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java
Mon Jun 27 03:25:15 2005
@@ -24,7 +24,6 @@
import org.apache.commons.jelly.Jelly;
import org.apache.commons.jelly.JellyContext;
import org.apache.commons.jelly.JellyException;
-import org.apache.commons.jelly.Script;
import org.apache.commons.jelly.XMLOutput;
/**
@@ -70,7 +69,7 @@
public void testNonexistentTags() throws Exception {
setUp("nonexistentTags1.jelly");
try {
- Script script = jelly.compileScript();
+ jelly.compileScript();
fail("Scripts should throw JellyException when it declares a
nonexistent tag.");
} catch (JellyException e) {
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]