From 067c154edb5280ce6f1a296aa18c0327ac9eb0f8 Mon Sep 17 00:00:00 2001 From: totycro Date: Sun, 26 Jun 2011 12:59:20 +0200 Subject: Tests angepasst um Typfehler beim Kompilieren wegem letztem Commit zu fixen --- bank-eiffel/tests/test_account.e | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bank-eiffel/tests/test_account.e') diff --git a/bank-eiffel/tests/test_account.e b/bank-eiffel/tests/test_account.e index 02d22a9..6e49132 100644 --- a/bank-eiffel/tests/test_account.e +++ b/bank-eiffel/tests/test_account.e @@ -183,11 +183,11 @@ feature -- Test routines assert("STUDENTACCOUNT_ONE_STUDENT_ONLY_1", False) when 3 then create account.make(student, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0]) - account.add_authorized_signer (person) + --account.add_authorized_signer (person) assert("STUDENTACCOUNT_ONE_STUDENT_ONLY_2", False) when 4 then create account.make(student, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0]) - account.add_authorized_signer (retiree) + --daccount.add_authorized_signer (retiree) assert("STUDENTACCOUNT_ONE_STUDENT_ONLY_3", False) else end @@ -235,12 +235,12 @@ feature -- Test routines assert("RETIREEACCOUNT_ONE_RETIREE_ONLY_1", False) when 3 then create account.make(retiree, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0]) - account.add_authorized_signer (person) - assert("RETIREEACCOUNT_ONE_RETIREE_ONLY_2", False) + --account.add_authorized_signer (person) + --assert("RETIREEACCOUNT_ONE_RETIREE_ONLY_2", False) when 4 then create account.make(retiree, 0.01, 0.02, -50.0, [0.01, 0.022], [0.01, 0.02], [-100.0, -50.0]) - account.add_authorized_signer (student) - assert("RETIREEACCOUNT_ONE_RETIREE_ONLY_3", False) + --account.add_authorized_signer (student) + --assert("RETIREEACCOUNT_ONE_RETIREE_ONLY_3", False) else end -- cgit v1.2.3