Henrique Prange
Henrique Prange
Hi David, I feel the same frustration described by others. I've developed a JUnit extension that strongly relies on MethodRule. The rules of my framework can interact with the target...
Hi David, I think it is a good solution. Fix the problem and keep compatibility with older versions of JUnit. Thanks for your feedback. Hi Rainer, Each interface could have...
Hey @haraldk! I'm having the same issue reported by gjrjf. I see you fixed it on Apr 22nd (https://github.com/haraldk/TwelveMonkeys/commit/9fe87fe10d692c5b9142e0c8f00f4118c07fc49e). However, the latest TwelveMonkeys release is from Feb 22nd. Are you...
I'm looking into this problem now.
What editing context? MockEditingContext or TemporaryEditingContext? I've written some tests and it worked with MockEditingContext. The TemporaryEditingContext didn't find any object, but it also didn't throw any exception.
Yes, I tried 3 scenarios: 1. Fetch Spec with a String parameter. 2. Fetch Spec with a Foo entity parameter. 3. Fetch Spec with both String and Foo entity parameters....
Marius, I've tried to reproduce the same entities and the same relationships in a test model. I'm still unable to reproduce the error on fetchIncidentsWithDiagnosesForPatient on both: MockEditingContext and TemporaryEditingContext....
I'm looking into this problem again.
It seems to be a problem in the qualifier evaluation algorithm provided by the core WebObjects classes. I'm writing to the list to ask for advice.
@syrinx2012 this issue is caused by a bug in the core WebObjects classes. Kieran Kelleher pushed a change to Wonder that I think is supposed to fix this problem or,...