From d4e90e88576cfe91e4ba159f514ad7db6fb3bc09 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Thu, 8 Sep 2011 23:53:28 +0200 Subject: [PATCH] ANALYSIS - confirmation.t CmdModify doesn't ask for confirmation. --- test/ANALYSIS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/ANALYSIS b/test/ANALYSIS index b59ce1c37..e08be7251 100644 --- a/test/ANALYSIS +++ b/test/ANALYSIS @@ -15,3 +15,7 @@ PB When running "task 1 dep:-2" the '-' is being considerd a binary op. * bug.480.t FH A3::is_tag related: +@strange is not seen as a tag + +* confirmation.t +FH missing confirmations. CmdModify doesn't call context.config.getBoolean ("confirmation") + perhaps do the same as in Command::safety ()