summaryrefslogtreecommitdiffstats
path: root/bank-eiffel/tests/test_account.e
diff options
context:
space:
mode:
Diffstat (limited to 'bank-eiffel/tests/test_account.e')
-rw-r--r--bank-eiffel/tests/test_account.e2
1 files changed, 2 insertions, 0 deletions
diff --git a/bank-eiffel/tests/test_account.e b/bank-eiffel/tests/test_account.e
index 3086402..6e65f52 100644
--- a/bank-eiffel/tests/test_account.e
+++ b/bank-eiffel/tests/test_account.e
@@ -39,6 +39,8 @@ feature -- Test routines
39 39
40 create account.make (person1, 1.0, 2.0, -50.0, deb_rng, dep_rng, cre) 40 create account.make (person1, 1.0, 2.0, -50.0, deb_rng, dep_rng, cre)
41 account.add_authorized_signer (person2) 41 account.add_authorized_signer (person2)
42
43
42 --assert ("not_implemented", False) 44 --assert ("not_implemented", False)
43 end 45 end
44 46