Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.3.2
-
Labels:None
-
Number of attachments :
Description
The equals method is not implemented. Therefore the following code fails the assertion;
@Test
public void sanityCheckEqualsMethod() {
JSONObject aJsonObj = new JSONObject("
");
JSONObject bJsonObj = new JSONObject("
");
assertEquals(aJsonObj,bJsonObj);
}
Activity
Sergey Beryozkin
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.3.2 [ 18256 ] | |
| Assignee | Sergey Beryozkin [ sergey_beryozkin ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |