Skip to content

Commit

Permalink
Merge pull request #924 from martenson/remove-legacy-test
Browse files Browse the repository at this point in the history
remove test_map_over_two_collections_legacy as it is obsolete
  • Loading branch information
jmchilton committed Oct 15, 2015
2 parents 6c7ebdb + b6f3783 commit e540c2c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/api/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,17 +782,6 @@ def _check_simple_cat1_over_nested_collections( self, history_id, inputs ):
first_object_forward_element = first_object[ "elements" ][ 0 ]
self.assertEquals( outputs[ 0 ][ "id" ], first_object_forward_element[ "object" ][ "id" ] )

@skip_without_tool( "cat1" )
def test_map_over_two_collections_legacy( self ):
history_id = self.dataset_populator.new_history()
hdca1_id = self.__build_pair( history_id, [ "123", "456" ] )
hdca2_id = self.__build_pair( history_id, [ "789", "0ab" ] )
inputs = {
"input1|__collection_multirun__": hdca1_id,
"queries_0|input2|__collection_multirun__": hdca2_id,
}
self._check_map_cat1_over_two_collections( history_id, inputs )

@skip_without_tool( "cat1" )
def test_map_over_two_collections( self ):
history_id = self.dataset_populator.new_history()
Expand Down

0 comments on commit e540c2c

Please sign in to comment.