added TODO test to ensure that working with WebGUI::Storage doesnt chdir away
This commit is contained in:
parent
53a1cbc7c2
commit
f8901ffe34
1 changed files with 12 additions and 0 deletions
12
t/Storage.t
12
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue