From 0d770ace1162ed0c557f350a0df9b25fe43ba886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Mon, 25 Apr 2016 23:52:16 +0200 Subject: [PATCH] Throwing exceptions to caller instead of handling them Because exception handling is for the weak --- cicaprojekt/Tester.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index ed23c43..0f891d6 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -186,7 +186,7 @@ public class Tester { } @Test - boolean testExtraZPM(){ + boolean testExtraZPM() throws IOException { String[] commands = {"loadMap testExtraZPMs\n", "listZPMs\n", "move O\n",