File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Flickr4Java/src/test/java/com/flickr4java/flickr/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public void testFind2() throws FlickrException {
7575
7676 place = list .get (1 );
7777 assertEquals ("SmLXwKZUV7JlnVvxUA" , place .getPlaceId ());
78- assertEquals ("/France/Ile -de-France/Paris/Europe" , place .getPlaceUrl ());
78+ assertEquals ("/France/%C3%8Ele -de-France/Paris/Europe" , place .getPlaceUrl ());
7979 assertEquals (Place .TYPE_NEIGHBOURHOOD , place .getPlaceType ());
8080 }
8181
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public void testGetClusterPhotos() throws FlickrException {
4545
4646 TagsInterface iface = flickr .getTagsInterface ();
4747 PhotoList <Photo > photos = iface .getClusterPhotos ("ducati" , "999-1098-848" );
48- assertEquals ( 23 , photos .getTotal ());
48+ assertTrue ( photos .getTotal () >= 20 );
4949 }
5050
5151 @ Test
You can’t perform that action at this time.
0 commit comments