You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (Jira)" <ji...@apache.org> on 2020/04/29 07:50:00 UTC

[jira] [Created] (OFBIZ-11620) The producttests test suite is brooken

Jacques Le Roux created OFBIZ-11620:
---------------------------------------

             Summary: The producttests test suite is brooken
                 Key: OFBIZ-11620
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11620
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: Trunk
            Reporter: Jacques Le Roux
            Assignee: Jacques Le Roux


It was initially broken by OFBIZ-9905 so only trunk was concerned. The fix is simple: there should be no space at the beginning of the file.

But then, when running the test suite, other issues raise. I guess they  were hidden because of the initial issue.

OFBIZ-10231 introduced 2 issues
A syntax error:
{{product.removeRelated("ProductKeyword", product)}}
instead of
{{product.removeRelated("ProductKeyword")}}
A wrong usage of storeByCondition

I'll soon commit the solutions



--
This message was sent by Atlassian Jira
(v8.3.4#803005)