Manuscript (Case [Issue]22735) Usability - ZipArchive class>>isZipArchive: is broken in P7

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22735) Usability - ZipArchive class>>isZipArchive: is broken in P7

Pharo Issue Tracker
Manuscript Notification
avatar
CyrilFerlicot opened Case 22735: ZipArchive class>>isZipArchive: is broken in P7 and assigned it to Everyone:
Bug in Project:  Usability: Misc  •  You are subscribed to this case
To see the problem dd this test to the ZipArchive tests:

testisZipArchive
| nonArchive |
zip addFile: fileToZip fullName as: fileToZip basename.
zip writeToFileNamed: zipFile fullName.
self assert: (ZipArchive isZipArchive: zipFile).
nonArchive := 'non_archive_file_for_test.txt' asFileReference.
nonArchive ensureCreateFile.
[ self deny: (ZipArchive isZipArchive: nonArchive) ]
ensure: [ nonArchive ensureDelete ]
Priority Priority: 2 – Really Important Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker