Skip to content

Commit

Permalink
- Integration test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 9, 2018
1 parent 7e9c14d commit a8e67f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/tests/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ def test_set_attributes_from_geoserver(self):

links = Link.objects.filter(resource=layer.resourcebase_ptr)
self.assertIsNotNone(links)
self.assertEquals(len(links), 25)
self.assertTrue(len(links) > 7)

original_data_links = [ll for ll in links if 'original' == ll.link_type]
self.assertEquals(len(original_data_links), 1)
Expand Down

0 comments on commit a8e67f6

Please sign in to comment.