[jira] Created: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Nicolas Malin (Jira)
JUnit test case for Creating a Purchase Order
---------------------------------------------

                 Key: OFBIZ-1464
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1464
             Project: OFBiz
          Issue Type: Sub-task
            Reporter: Vikas Mayur


Followed the process from
http://docs.ofbiz.org/display/OFBENDUSER/Create+a+Purchase+Order

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Nicolas Malin (Jira)

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

Vikas Mayur updated OFBIZ-1464:
-------------------------------

    Attachment: PurchaseOrderTestCase.patch

Patch from Shubham Goyal

> JUnit test case for Creating a Purchase Order
> ---------------------------------------------
>
>                 Key: OFBIZ-1464
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1464
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Vikas Mayur
>         Attachments: PurchaseOrderTestCase.patch
>
>
> Followed the process from
> http://docs.ofbiz.org/display/OFBENDUSER/Create+a+Purchase+Order

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Marco Risaliti updated OFBIZ-1464:
----------------------------------

          Component/s: product
        Fix Version/s: SVN trunk
             Assignee: Marco Risaliti
             Priority: Minor  (was: Major)
    Affects Version/s: SVN trunk

May I can test and then commit ?

> JUnit test case for Creating a Purchase Order
> ---------------------------------------------
>
>                 Key: OFBIZ-1464
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1464
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: PurchaseOrderTestCase.patch
>
>
> Followed the process from
> http://docs.ofbiz.org/display/OFBENDUSER/Create+a+Purchase+Order

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551032 ]

Anil K Patel commented on OFBIZ-1464:
-------------------------------------

Marco. Sure, it be great. Thanks for looking at it and other similar ones.

> JUnit test case for Creating a Purchase Order
> ---------------------------------------------
>
>                 Key: OFBIZ-1464
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1464
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: PurchaseOrderTestCase.patch
>
>
> Followed the process from
> http://docs.ofbiz.org/display/OFBENDUSER/Create+a+Purchase+Order

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551155 ]

Marco Risaliti commented on OFBIZ-1464:
---------------------------------------

I have checked the patch attached to this issue and after some review I will commit with some changes:

- corrected some foreign key violation that in the demo data doesn't exists
contactMechId = 10000 --> 9000
productId = VUDUBX100 --> GZ-1000
productStoreId = 9001 --> 9000
shipmentMethodTypeId = NEXTDAY --> NEXT_DAY

- changed all the refernce that used ArrayList to FastList.
- removed the warning on 1.5.

Thanks
Marco

> JUnit test case for Creating a Purchase Order
> ---------------------------------------------
>
>                 Key: OFBIZ-1464
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1464
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ordertests.xml, PurchaseOrderTestCase.patch
>
>
> Followed the process from
> http://docs.ofbiz.org/display/OFBENDUSER/Create+a+Purchase+Order

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Marco Risaliti updated OFBIZ-1464:
----------------------------------

    Attachment: ordertests.xml

This is the ordertests.xml in the test-results folder.

> JUnit test case for Creating a Purchase Order
> ---------------------------------------------
>
>                 Key: OFBIZ-1464
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1464
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ordertests.xml, PurchaseOrderTestCase.patch
>
>
> Followed the process from
> http://docs.ofbiz.org/display/OFBENDUSER/Create+a+Purchase+Order

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1464) JUnit test case for Creating a Purchase Order

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Marco Risaliti closed OFBIZ-1464.
---------------------------------

    Resolution: Fixed

Thanks Shubham Goyal, I have committed a modified patch in rev. 603777.


> JUnit test case for Creating a Purchase Order
> ---------------------------------------------
>
>                 Key: OFBIZ-1464
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1464
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ordertests.xml, PurchaseOrderTestCase.patch
>
>
> Followed the process from
> http://docs.ofbiz.org/display/OFBENDUSER/Create+a+Purchase+Order

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