From 4c2247508adaff9644b21c6914042ace0f583c7d Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 19:21:11 +0200 Subject: [PATCH] Call $view->remove_layer() in the Champlain::View test --- bindings/perl/Champlain/t/ChamplainView.t | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/perl/Champlain/t/ChamplainView.t b/bindings/perl/Champlain/t/ChamplainView.t index 95bc13b..bcb63c8 100644 --- a/bindings/perl/Champlain/t/ChamplainView.t +++ b/bindings/perl/Champlain/t/ChamplainView.t @@ -62,6 +62,7 @@ sub test_generic { # Can't be tested but at least we check that it doesn't crash when invoked my $layer = Champlain::Layer->new(); $view->add_layer($layer); + $view->remove_layer($layer); # Change the map source (get a different map source) -- 2.39.5