| Age | Commit message (Collapse) | Author |
|
|
|
test.pdf wasn't a valid PDF file:
>$ mutool info test.pdf
>test.pdf:
>error: cannot recognize xref format
>error: cannot read xref (ofs=406)
>error: cannot read xref at offset 406
>warning: trying to repair broken xref
Process it with `mutool clean` to fix errors, collapse newlines to reduce size
Closes #38194.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Update to latest stable release, install example AAC encoder, add test
with new WAV fixture, modernize.
Closes #37654.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #37001
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Losslessly compress with jpegoptim and optipng.
Closes #36606.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #35456.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #35427.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #35417.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #33307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The existing `test.pcap` consists of just one Ethernet frame, so it's missing TCP/IP headers.
This updated file is a full HTTP GET request and reply.
Relates to #32852
Closes #32869.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
images
|
|
|
|
|
|
Right now this code only produces false positives. When we have real
support for renames, we can implement it more carefully.
Closes #31126.
|
|
|
|
|
|
This commit supports "-" and "_" in names of user and repository.
Closes #28203.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
A tapped formula is a ruby file present:
- in the root of the tap
- in directory of the tap called Formula
- in a directory of the tap called HomebrewFormula
And nowhere else. This corrects an overzealous definition of tapped
formula in the updater. (the correct definition has been in Pathname
since e613cbe5783cea2abb8100b56c22126a1ab6b9f2)
Refs #19743.
Closes #21087.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This fixes reporting of which formulae changed in git versions where `pull`
output is not compatible.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The update_git_pull_output_with_formulae_changes fixture (which consists
of mocked-up `git pull` output) listed a few files as both updated and
deleted. This caused the test_update_homebrew_with_formulae_changes test to
fail. My guess is that this fixture was mocked-up before formula deletion
handling was introduced, and became broken when it was. This revision just
makes this fixture internally consistent, and allows the associated test to
pass.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* Break single test case class into several test cases.
* Fix broken arch test.
* Make update tests optional (seem to only work for mxcl).
* Add more tests.
* Move fixtures to separate folder.
|