[libchamplain] Add a TODO to the bugs in libchamplain
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] Add a TODO to the bugs in libchamplain
- Date: Tue, 16 Jun 2009 14:29:58 -0400 (EDT)
commit bd08e3fa497e94a0bea238cb5ccfdd30a1b9ec7f
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Mon Jun 15 22:45:39 2009 +0200
Add a TODO to the bugs in libchamplain
bindings/perl/Champlain/t/ChamplainPolygon.t | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/bindings/perl/Champlain/t/ChamplainPolygon.t b/bindings/perl/Champlain/t/ChamplainPolygon.t
index d9beb6b..ff2fea6 100644
--- a/bindings/perl/Champlain/t/ChamplainPolygon.t
+++ b/bindings/perl/Champlain/t/ChamplainPolygon.t
@@ -173,11 +173,14 @@ sub test_points {
);
# Clear the polygon (it should be empty after)
- $polygon->clear_points();
- is_polygon($polygon, [], "clear_points()");
-
- $polygon->append_point(100, 200);
- is_polygon($polygon, [100, 200], "add_point on a cleared polygon");
+ TODO: {
+ local $TODO = "Bug in libchamplain";
+ $polygon->clear_points();
+ is_polygon($polygon, [], "clear_points()");
+
+ $polygon->append_point(100, 200);
+ is_polygon($polygon, [100, 200], "add_point on a cleared polygon");
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]