summaryrefslogtreecommitdiffstats
path: root/bank-eiffel/tests
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-06-28 17:57:48 +0200
committermanuel <manuel@mausz.at>2011-06-28 17:57:48 +0200
commit39c3f71da55654d58dbd1b33f37be41676a0b7f7 (patch)
tree8c4414c4495c77ea9af58581778dbc92e811b133 /bank-eiffel/tests
parentfbd6ab46b3de85491111dcf449f4ea484ef2b60d (diff)
downloadfoop-39c3f71da55654d58dbd1b33f37be41676a0b7f7.tar.gz
foop-39c3f71da55654d58dbd1b33f37be41676a0b7f7.tar.bz2
foop-39c3f71da55654d58dbd1b33f37be41676a0b7f7.zip
fix eiffel tests
Diffstat (limited to 'bank-eiffel/tests')
-rw-r--r--bank-eiffel/tests/test_account.e6
1 files changed, 3 insertions, 3 deletions
diff --git a/bank-eiffel/tests/test_account.e b/bank-eiffel/tests/test_account.e
index 6e49132..5e2e3e3 100644
--- a/bank-eiffel/tests/test_account.e
+++ b/bank-eiffel/tests/test_account.e
@@ -184,11 +184,11 @@ feature -- Test routines
184 when 3 then 184 when 3 then
185 create account.make(student, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0]) 185 create account.make(student, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0])
186 --account.add_authorized_signer (person) 186 --account.add_authorized_signer (person)
187 assert("STUDENTACCOUNT_ONE_STUDENT_ONLY_2", False) 187 --assert("STUDENTACCOUNT_ONE_STUDENT_ONLY_2", False)
188 when 4 then 188 when 4 then
189 create account.make(student, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0]) 189 create account.make(student, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0])
190 --daccount.add_authorized_signer (retiree) 190 --account.add_authorized_signer (retiree)
191 assert("STUDENTACCOUNT_ONE_STUDENT_ONLY_3", False) 191 --assert("STUDENTACCOUNT_ONE_STUDENT_ONLY_3", False)
192 else 192 else
193 end 193 end
194 rescue 194 rescue