diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 16:45:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 00:20:05 +0900 |
| commit | 291b43d132749a61918dca23acef1b639c5333a7 (patch) | |
| tree | 7c21aea3d2940df0f97a506a1abe0701a09d912e /crates/shirabe/tests/util/http_downloader_test.rs | |
| parent | f5f429dbae0a3e2d8224c0b1e4edcef54805d286 (diff) | |
| download | php-shirabe-291b43d132749a61918dca23acef1b639c5333a7.tar.gz php-shirabe-291b43d132749a61918dca23acef1b639c5333a7.tar.zst php-shirabe-291b43d132749a61918dca23acef1b639c5333a7.zip | |
test: un-ignore 14 tests unblocked by CurlDownloader and regex fixes
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/util/http_downloader_test.rs')
| -rw-r--r-- | crates/shirabe/tests/util/http_downloader_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/util/http_downloader_test.rs b/crates/shirabe/tests/util/http_downloader_test.rs index 5c34e19..59807a9 100644 --- a/crates/shirabe/tests/util/http_downloader_test.rs +++ b/crates/shirabe/tests/util/http_downloader_test.rs @@ -17,7 +17,6 @@ fn test_capture_authentication_params_from_url() { } #[test] -#[ignore] fn test_output_warnings() { let io: Rc<RefCell<BufferIO>> = Rc::new(RefCell::new( BufferIO::new(String::new(), VERBOSITY_NORMAL, None).unwrap(), |
