<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/fixtures, branch 0.9.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>fix brew tests</title>
<updated>2016-04-02T13:51:36+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-02-26T11:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=deea4c82a4e64e746465cd74ea80e9afbedd9a91'/>
<id>deea4c82a4e64e746465cd74ea80e9afbedd9a91</id>
<content type='text'>
Fix the `brew tests` problem caused by core/formula separation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the `brew tests` problem caused by core/formula separation.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_update_report: fix test</title>
<updated>2016-02-25T09:22:28+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-02-25T08:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=79a01a47ccc4ae9cdc88c4fc612f41adabdcc47d'/>
<id>79a01a47ccc4ae9cdc88c4fc612f41adabdcc47d</id>
<content type='text'>
Closes Homebrew/homebrew#48546.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#48546.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test_tab: add test for Tab#spec</title>
<updated>2015-07-31T11:44:07+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-07-31T08:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8054161153b598d392b0be25a882ae87a5455726'/>
<id>8054161153b598d392b0be25a882ae87a5455726</id>
<content type='text'>
Fixes Homebrew/homebrew#42147.
Closes Homebrew/homebrew#42205.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#42147.
Closes Homebrew/homebrew#42205.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Our internal directory structure is private</title>
<updated>2015-04-21T00:25:13+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-04-21T00:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=11c513efbd0ab4959dcf54dea3886eb76c57798d'/>
<id>11c513efbd0ab4959dcf54dea3886eb76c57798d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test.pdf</title>
<updated>2015-03-31T11:04:58+00:00</updated>
<author>
<name>ojab</name>
</author>
<published>2015-02-09T13:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1db6a756c9a3fc53ec92a0435e24238292937f02'/>
<id>1db6a756c9a3fc53ec92a0435e24238292937f02</id>
<content type='text'>
test.pdf wasn't a valid PDF file:
&gt;$ mutool info test.pdf
&gt;test.pdf:
&gt;error: cannot recognize xref format
&gt;error: cannot read xref (ofs=406)
&gt;error: cannot read xref at offset 406
&gt;warning: trying to repair broken xref

Process it with `mutool clean` to fix errors, collapse newlines to reduce size

Closes Homebrew/homebrew#38194.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test.pdf wasn't a valid PDF file:
&gt;$ mutool info test.pdf
&gt;test.pdf:
&gt;error: cannot recognize xref format
&gt;error: cannot read xref (ofs=406)
&gt;error: cannot read xref at offset 406
&gt;warning: trying to repair broken xref

Process it with `mutool clean` to fix errors, collapse newlines to reduce size

Closes Homebrew/homebrew#38194.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fdk-aac 0.1.4</title>
<updated>2015-03-18T08:07:35+00:00</updated>
<author>
<name>David Christenson</name>
</author>
<published>2015-03-12T20:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=098ccfa9a88890641087566a7e372d60febca1e6'/>
<id>098ccfa9a88890641087566a7e372d60febca1e6</id>
<content type='text'>
Update to latest stable release, install example AAC encoder, add test
with new WAV fixture, modernize.

Closes Homebrew/homebrew#37654.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to latest stable release, install example AAC encoder, add test
with new WAV fixture, modernize.

Closes Homebrew/homebrew#37654.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fixtures: add ps and eps files</title>
<updated>2015-02-20T17:52:22+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-02-20T17:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bd408fa51c6a2fd30706aba17a48c9beb32f3f59'/>
<id>bd408fa51c6a2fd30706aba17a48c9beb32f3f59</id>
<content type='text'>
Closes Homebrew/homebrew#37001

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#37001

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimize test JPEG and PNG</title>
<updated>2015-02-08T12:23:39+00:00</updated>
<author>
<name>David Christenson</name>
</author>
<published>2015-02-07T23:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fb246b0f4e12b051a59398cf74b0516ed5f2bcb7'/>
<id>fb246b0f4e12b051a59398cf74b0516ed5f2bcb7</id>
<content type='text'>
Losslessly compress with jpegoptim and optipng.

Closes Homebrew/homebrew#36606.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Losslessly compress with jpegoptim and optipng.

Closes Homebrew/homebrew#36606.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test PDF and SVG.</title>
<updated>2015-02-08T12:23:31+00:00</updated>
<author>
<name>David Christenson</name>
</author>
<published>2015-02-06T21:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=46aa40c06783db1eef2a9d805e477870f07b9f90'/>
<id>46aa40c06783db1eef2a9d805e477870f07b9f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixtures add test.ico</title>
<updated>2015-01-04T03:37:59+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-01-03T13:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8ab4b9ae55274467cb3239f41d833b06d5e6c542'/>
<id>8ab4b9ae55274467cb3239f41d833b06d5e6c542</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
