This is an automated email from the ASF dual-hosted git repository.

pawan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 71cfe0f8e3c0757ef9e70fccdba7f1d3d1d2fddd
Author: Pawan Verma <pawan.ve...@hotwaxsystems.com>
AuthorDate: Wed Aug 19 18:01:01 2020 +0530

    Fixed: Corrected package for marketing tests(OFBIZ-11877)
    
    Thanks, Dennis Balkir for the report.
---
 .../src/main/groovy/org/apache/ofbiz/marketing/MarketingTests.groovy    | 2 +-
 applications/marketing/testdef/MarketingTests.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/applications/marketing/src/main/groovy/org/apache/ofbiz/marketing/MarketingTests.groovy
 
b/applications/marketing/src/main/groovy/org/apache/ofbiz/marketing/MarketingTests.groovy
index 412c23c..4a4e092 100644
--- 
a/applications/marketing/src/main/groovy/org/apache/ofbiz/marketing/MarketingTests.groovy
+++ 
b/applications/marketing/src/main/groovy/org/apache/ofbiz/marketing/MarketingTests.groovy
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package applications.marketing.src.main.groovy.org.apache.ofbiz.marketing
+package org.apache.ofbiz.marketing
 
 import org.apache.ofbiz.entity.GenericValue
 import org.apache.ofbiz.service.ServiceUtil
diff --git a/applications/marketing/testdef/MarketingTests.xml 
b/applications/marketing/testdef/MarketingTests.xml
index 18ed5d1..b9a5ee1 100644
--- a/applications/marketing/testdef/MarketingTests.xml
+++ b/applications/marketing/testdef/MarketingTests.xml
@@ -22,6 +22,6 @@
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd";>
 
     <test-case case-name="marketing-tests">
-        <junit-test-suite 
class-name="applications.marketing.src.main.groovy.org.apache.ofbiz.marketing.MarketingTests"/>
+        <junit-test-suite 
class-name="org.apache.ofbiz.marketing.MarketingTests"/>
     </test-case>
 </test-suite>

Reply via email to