From 0d9bd9503052f7edf2fadaa396f96556b7735218 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 15 Apr 2007 05:02:24 +0000 Subject: [PATCH] document some TODO tests --- t/Asset/AssetLineage.t | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/t/Asset/AssetLineage.t b/t/Asset/AssetLineage.t index 7a64f5d1d..c2ae6a5c7 100644 --- a/t/Asset/AssetLineage.t +++ b/t/Asset/AssetLineage.t @@ -17,7 +17,7 @@ use WebGUI::Session; use WebGUI::User; use WebGUI::Asset; -use Test::More tests => 72; # increment this value for each test you create +use Test::More tests => 74; # increment this value for each test you create use Test::Deep; # Test the methods in WebGUI::AssetLineage @@ -413,6 +413,11 @@ cmp_bag( 'getLineage: descendants of topFolder', ); +TODO: { + local $TODO = "Tests to make later"; + ok(0, 'addChild'); + ok(0, 'getLineage tests'); +} END {