Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed unittest failure
  • Loading branch information
tpaviot committed Feb 23, 2012
commit b84921e9d8b496915d44d576bc982f3aecffd609
8 changes: 0 additions & 8 deletions src/fedex_python/python/SCL_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,5 @@ class P:
def test_check_enum_type(self):
enum = ENUMERATION(["my","string"])

#
# Cast from list to aggregates
#
class CastTypeChecker(unittest.TestCase):
def test_cast_list_to_array(self):
a = [1.,2.,3.]
b = cast_python_list_to_aggregate(a,ARRAY(1,3,REAL))

unittest.main()