aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/client_soap_test.rb
diff options
context:
space:
mode:
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