X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.22.2a (ClamAV engine v0.102.2) X-Junk-Score: 0 [] X-KAS-Score: 0 [] From: "Ricardo Parada" Received: from st43p00im-ztdg10073201.me.com ([17.58.63.177] verified) by post.selbstdenker.com (CommuniGate Pro SMTP 6.3.3) with ESMTPS id 25295817 for webobjects-dev@wocommunity.org; Thu, 21 Jan 2021 18:50:36 +0100 Received-SPF: pass receiver=post.selbstdenker.com; client-ip=17.58.63.177; envelope-from=rparada@mac.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=1a1hai; t=1611251414; bh=uEdCFR6u1iKEuBz/twxOSWNDRpmZuXHWLdiX73jScyM=; h=Content-Type:From:Mime-Version:Date:Subject:Message-Id:To; b=H7tyOEsmnrS2hsQkFwd6IvtTmG9rmgIaIG9rtDz7rLxDDez367hUPjS/cEiNXpZ1I 8OUvv3fnH7RV27uIB2Z6FRMnTqiLctO1IcCFcz2tKy+NeKTj/tyL7+x3fG73lUjvvH bWwyErMh8uckm3IpyCBnT2eItTb38H5vhnYuYWISRcXYjO1YiyV20zJStYw6CUTCkb biqu8bIOKIUvRUcm36lMRNi/rqyanP/KPSeUP+FjMcg0h8ZJeqT+krTfsSZUfoEz6W jzp456hWeLPtaoNOSIV+sHwt/mWTtc4xCoKL/xNqhtwjxmWK/3g/iMDycR5Ff9aGGX kzgM3FzovPcpg== Received: from [192.168.86.29] (c-73-244-183-195.hsd1.fl.comcast.net [73.244.183.195]) by st43p00im-ztdg10073201.me.com (Postfix) with ESMTPSA id 9BE5E221D40 for ; Thu, 21 Jan 2021 17:50:08 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Thu, 21 Jan 2021 12:50:03 -0500 Subject: WOUnit Message-Id: <150ADE44-E0C9-4883-BC9B-4B52F604FC04@mac.com> To: webobjects-dev@wocommunity.org X-Mailer: iPhone Mail (18C66) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343,18.0.737 definitions=2021-01-21_09:2021-01-21,2021-01-21 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=517 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2101210092 Hi everyone, We recently updated our source code from an old version of wonder to the lat= est version. Our unit tests were using wounit-1.2.1.jar and are now failing b= ecause MockEditingContext calls ERXArrayUtilities.arrayMinusArray(NSArray,NS= Array) which under the new Wonder it now takes two Collection arguments inst= ead of two NSArray arguments. I get a NoSuchMethodError exception for ERXArr= ayUtilities.arrayMinusArray(NSArray,NSArray).=20 I suspect all I have to do is update my WOUnit jar. =20 I see on GitHub that Henrique has WOUnit 1.4 in source form. Does anybody kn= ow if it=E2=80=99s available in .jar format? =20 Thank you Ricardo Parada