There was an error while loading. Please reload this page.
1 parent 6ad88ff commit 3a979a6Copy full SHA for 3a979a6
1 file changed
Flickr4Java/src/test/java/com/flickr4java/flickr/test/PlacesInterfaceTest.java
@@ -250,13 +250,6 @@ public void testTagsForPlace() throws FlickrException {
250
ArrayList<Tag> tags = placesInterface.tagsForPlace(sfWoeId, placeId, minUploadDate.getTime(), maxUploadDate.getTime(), minTakenDate.getTime(),
251
maxTakenDate.getTime());
252
assertTrue((tags.size() > 0));
253
- boolean calFound = false;
254
- for (Tag tag : tags) {
255
- if (tag.getValue().equals("usa") && tag.getCount() > 100000) {
256
- calFound = true;
257
- }
258
259
- assertTrue(calFound);
260
}
261
262
private void placeAssertions(Location location) {
0 commit comments