From c2f8f2ac78838ffe3fcc8f5db29064a896ca2c8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carsten=20Gr=C3=A4ser?= <graeser@dune-project.org>
Date: Mon, 19 Sep 2016 20:57:00 +0200
Subject: [PATCH] Make dunepythontest work again

The recent "Hey let's change this, just because I don't like it"(TM)-change
in ParameterTree broke the test. While the whole interface says that values
and subtrees are different things we now pretend that they are the same
making this code throw an exception.
---
 dune/fufem/test/dunepythontest.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dune/fufem/test/dunepythontest.cc b/dune/fufem/test/dunepythontest.cc
index aa05e723..34abf538 100644
--- a/dune/fufem/test/dunepythontest.cc
+++ b/dune/fufem/test/dunepythontest.cc
@@ -529,7 +529,6 @@ int main(int argc, char** argv)
             << std::endl << "tree = {}"
             << std::endl
             << std::endl << "tree[1] = 'one'"
-            << std::endl << "tree['1.0.0'] = 'one'"
             << std::endl << "tree['two'] = 2e-0"
             << std::endl << "tree['3'] = {}"
             << std::endl << "tree['3']['a'] = 'aaa'"
-- 
GitLab