Skip to content

Commit 3a979a6

Browse files
author
boncey
committed
Make test more robust
1 parent 6ad88ff commit 3a979a6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Flickr4Java/src/test/java/com/flickr4java/flickr/test/PlacesInterfaceTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,6 @@ public void testTagsForPlace() throws FlickrException {
250250
ArrayList<Tag> tags = placesInterface.tagsForPlace(sfWoeId, placeId, minUploadDate.getTime(), maxUploadDate.getTime(), minTakenDate.getTime(),
251251
maxTakenDate.getTime());
252252
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);
260253
}
261254

262255
private void placeAssertions(Location location) {

0 commit comments

Comments
 (0)