[Webtest] [webtest][JIRA] Created: (WT-153) NPE when a step access Project

Denis N. Antonioli (JIRA) webtest@lists.canoo.com
Thu, 9 Feb 2006 09:54:54 +0100 (CET)


NPE when a step access Project
------------------------------

         Key: WT-153
         URL: http://webtest-community.canoo.com/jira/browse/WT-153
     Project: WebTest
        Type: Bug
    Reporter: Denis N. Antonioli
 Assigned to: Denis N. Antonioli 


In following code:
            <steps>
                <repeat count="2">
                    <scriptStep language="groovy" description="outer">assert true</scriptStep>
                    <group>
                        <scriptStep language="groovy" description="inner">assert true</scriptStep>
                    </group>
                </repeat>
            </steps>

the inner scriptStep throws a nullPointerException.
Reason: nobody sets the project on inner steps.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira