mendix / UnitTesting

Module to run Mendix and JUnit unit test inside a project
Apache License 2.0
7 stars 12 forks source link

Replace dependency on ObjectHandling by Communitycommons #36

Closed TimvanSteenbergen closed 1 year ago

TimvanSteenbergen commented 1 year ago

Is it an option to replace the dependency on ObjectHandling by one on Communitycommons? This is easily done by replacing:

import ObjectHandling.XPath;

by

import communitycommons.XPath;

in two files: \javasource\unittesting\RemoteApiServlet.java and \javasource\unittesting\TestManager.java

This is something I do in every project the already uses CommunityCommons. Saves me importing ObjectHandling.

allard-mx commented 1 year ago

Hi Tim,

Thank you for raising this issue. We've discussed this within our team and expect to pick this up soon. Will update this issue once we have implemented the changes and released a new version.

MendixMurshed commented 1 year ago

Hi Tim!

We have just released version 9.1.0 of the UnitTesting module that replaces the ObjectHandling module dependency with the CommunityCommons module: https://marketplace.mendix.com/link/component/390

Thank you for your feedback!