Skip to content

Commit

Permalink
Merge pull request #5 from csaunders/master
Browse files Browse the repository at this point in the history
Order Comments are not required for fulfillments
  • Loading branch information
jiblits committed May 28, 2012
2 parents 1860a46 + 0162e6e commit 84fa373
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/services/amazon_mws_test.rb
Expand Up @@ -159,11 +159,6 @@ def test_invalid_arguments
assert_equal "MalformedInput: timestamp must follow ISO8601", response.params['response_comment'] assert_equal "MalformedInput: timestamp must follow ISO8601", response.params['response_comment']
end end


def test_missing_order_comment
@options.delete(:comment)
assert_raise(ArgumentError) { @service.fulfill('12345678', @address, @line_items, @options) }
end

def test_missing_order_date def test_missing_order_date
@options.delete(:order_date) @options.delete(:order_date)
assert_raise(ArgumentError) { @service.fulfill('12345678', @address, @line_items, @options) } assert_raise(ArgumentError) { @service.fulfill('12345678', @address, @line_items, @options) }
Expand Down

0 comments on commit 84fa373

Please sign in to comment.