diff options
Diffstat (limited to 'bank-eiffel/tests/test_account.e')
| -rw-r--r-- | bank-eiffel/tests/test_account.e | 6 |
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 |
