From f8901ffe34dec45e6130a56f977e6e34f200ef14 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 18 Dec 2007 21:26:14 +0000 Subject: [PATCH] added TODO test to ensure that working with WebGUI::Storage doesnt chdir away --- t/Storage.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/t/Storage.t b/t/Storage.t index ad63626d1..30d108102 100644 --- a/t/Storage.t +++ b/t/Storage.t @@ -392,6 +392,18 @@ foreach my $iconTest (@{ $fileIconTests }) { is( $storage1->getFileIconUrl($iconTest->{filename}), $iconTest->{iconUrl}, $iconTest->{comment} ); } + +#################################################### +# +# Make sure after all this that our CWD is still the same +# +#################################################### + +TODO: { + local $TODO = 'Write a test to ensure our CWD remains the same after all these calls to storage'; + ok(0,'CWD must remain the same after addFileFromFilesystem, tar, untar, etc...'); +}; + #################################################### # # Setup data driven tests here, to keep the top part of the