aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/client_soap_test.rb
diff options
context:
space:
mode:
authorKent Sibilev <ksibilev@gmail.com>2006-12-03 20:30:34 +0000
committerKent Sibilev <ksibilev@gmail.com>2006-12-03 20:30:34 +0000
commitabe8fa73a91b72e79717673393a4f5bc5cd341f7 (patch)
tree1c7f3233c0ea1ecceb5d4634b7ab9575a263ac89 /actionwebservice/test/client_soap_test.rb
parentdb459370f8986f3de20c7c20fdcaf3ee811f292a (diff)
downloadrails-abe8fa73a91b72e79717673393a4f5bc5cd341f7.tar.gz
rails-abe8fa73a91b72e79717673393a4f5bc5cd341f7.tar.bz2
rails-abe8fa73a91b72e79717673393a4f5bc5cd341f7.zip
Added support for decimal types. Closes #6676.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5670 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/test/client_soap_test.rb')
-rw-r--r--actionwebservice/test/client_soap_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionwebservice/test/client_soap_test.rb b/actionwebservice/test/client_soap_test.rb
index c03c24141f..914bf377ea 100644
--- a/actionwebservice/test/client_soap_test.rb
+++ b/actionwebservice/test/client_soap_test.rb
@@ -126,6 +126,7 @@ class TC_ClientSoap < Test::Unit::TestCase
assert user.active?
assert_kind_of Date, user.created_on
assert_equal Date.today, user.created_on
+ assert_equal BigDecimal('12.2'), user.balance
end
def test_with_model