aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-20 03:14:39 +0900
committernsfisis <nsfisis@gmail.com>2026-07-20 03:14:39 +0900
commitd68e64034a5fbf991e8c0435163ad74d1a3a6091 (patch)
tree5865200716f44b6b1e3fb279f166e754911ba695 /crates/shirabe/tests
parent72e3ec4a52e29ae01187445ba923aed3421af345 (diff)
downloadphp-shirabe-d68e64034a5fbf991e8c0435163ad74d1a3a6091.tar.gz
php-shirabe-d68e64034a5fbf991e8c0435163ad74d1a3a6091.tar.zst
php-shirabe-d68e64034a5fbf991e8c0435163ad74d1a3a6091.zip
test(zip-downloader): un-ignore test_error_messages, reason went stale
The file:// branch of RemoteFilesystem::get_remote_contents is now implemented, so the dist download reaches the ZipArchive "is not a zip archive" path the test asserts. Test content unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests')
-rw-r--r--crates/shirabe/tests/downloader/zip_downloader_test.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/tests/downloader/zip_downloader_test.rs b/crates/shirabe/tests/downloader/zip_downloader_test.rs
index 338b2b54..8ec440d8 100644
--- a/crates/shirabe/tests/downloader/zip_downloader_test.rs
+++ b/crates/shirabe/tests/downloader/zip_downloader_test.rs
@@ -110,10 +110,6 @@ fn make_downloader_with_process(
)
}
-// testErrorMessages drives a real HttpDownloader + Loop, but RemoteFilesystem::get_remote_contents
-// is a phase-c stub returning None, so the file:// dist download fails before the ZipArchive path.
-
-#[ignore = "drives a real HttpDownloader whose RemoteFilesystem::get_remote_contents is a phase-c stub returning None, so the file:// dist download fails with a \"could not be downloaded\" TransportException before reaching the ZipArchive \"is not a zip archive\" path"]
#[test]
#[serial]
fn test_error_messages() {