
|
If you were logged in you would be able to see more operations.
|
|
|
db4o Core
Created: 24/Jul/07 01:08 PM
Updated: 31/Jul/07 02:14 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
Denmark - v6.3
|
|
|
Time Tracking:
|
|
Original Estimate:
|
Not Specified
|
|
|
Remaining Estimate:
|
0h
|
|
|
Time Spent:
|
5.5h
|
|
|
|
| Peers: |
Carl Rosenberger
|
| Order: |
3
|
| Iteration: |
1
|
| Original IDS Estimate: |
1
|
| Resolution Date: |
31/Jul/07 02:14 PM
|
| First Response Date: |
30/Jul/07 01:23 PM
|
| Labels: |
|
| Participants: |
Andrew Zhang and Patrick Roemer
|
| Number of Attachments: |
0
|
| Number of Comments: |
3
|
|
Please see com.db4o.db4ounit.common.assorted.ComparatorSortTestCase
public static class SmallerThanThreePredicate extends Predicate {
// FIXME: The test fails if we use Object as the parameter type.
public boolean match(Object candidate) {
return ((Item)candidate)._id<3;
}
}
|
|
Description
|
Please see com.db4o.db4ounit.common.assorted.ComparatorSortTestCase
public static class SmallerThanThreePredicate extends Predicate {
// FIXME: The test fails if we use Object as the parameter type.
public boolean match(Object candidate) {
return ((Item)candidate)._id<3;
}
} |
Show » |
|