File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ of this software and associated documentation files (the "Software"), to deal
40
40
* comparisons of .toString to a string literal are likely to fail.
41
41
*
42
42
* @author JSON.org
43
- * @version 2011-10-16
43
+ * @version 2011-10-24
44
44
*/
45
45
public class Test extends TestCase {
46
46
public Test (String name ) {
@@ -70,7 +70,7 @@ public void testXML() throws Exception {
70
70
71
71
string = "<subsonic-response><playlists><playlist id=\" 476c65652e6d3375\" /><playlist id=\" 50617274792e78737066\" /></playlists></subsonic-response>" ;
72
72
jsonobject = XML .toJSONObject (string );
73
- assertEquals ("{\" subsonic-response\" :\" playlists\" :{\" playlist\" :[{\" id\" :\" 476c65652e6d337 \" },\" id\" :\" 50617274792e78737066\" }]}}}" , jsonobject .toString ());
73
+ assertEquals ("{\" subsonic-response\" :{ \" playlists\" :{\" playlist\" :[{\" id\" :\" 476c65652e6d3375 \" },{ \" id\" :\" 50617274792e78737066\" }]}}}" , jsonobject .toString ());
74
74
}
75
75
76
76
public void testNull () throws Exception {
You can’t perform that action at this time.
0 commit comments