[ 
https://issues.apache.org/jira/browse/VELOCITY-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Schmiedehausen closed VELOCITY-243.
-------------------------------------------


> No call to test case IntrospectorTestCase3.java
> -----------------------------------------------
>
>                 Key: VELOCITY-243
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-243
>             Project: Velocity
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: 1.5
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Will Glass-Husain
>         Assigned To: Velocity-Dev List
>            Priority: Minor
>
> Happened to notice that the test case "IntrospectorTestCase3.java" is never 
> checked with ant test.
> Inserting this should solve it.  (also adding test-introspect3 to the test 
> target). And yes, the test works with CVS head.
>   <target name="test-introspect3">
>     <echo message="Running Introspector3 tests..."/>
>     <java classname="${velocity.test.runner}" fork="yes" 
> failonerror="${testbed.failonerror}">
>       <arg value="org.apache.velocity.test.IntrospectorTestCase3"/>
>       <classpath>
>         <path refid="classpath"/>
>       </classpath>
>     </java>
>   </target>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to