| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-21 | Switch to string keys | Jack Nagel | |
| The OpenStruct initializer accepts both symbols and strings, but any nested hashes will only allow access via string keys, so let's always construct the object with strings for consistency. | |||
| 2015-02-21 | Eliminate conditional | Jack Nagel | |
| 2015-02-21 | fixtures: add ps and eps files | Xu Cheng | |
| Closes Homebrew/homebrew#37001 Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-18 | Start recording the formula path in the install receipt | Jack Nagel | |
| Later we can use this information to try and load the formula from the correct source. | |||
| 2015-02-15 | Fix another filesystem leak in updater tests | Jack Nagel | |
| 2015-02-08 | Minimize test JPEG and PNG | David Christenson | |
| Losslessly compress with jpegoptim and optipng. Closes Homebrew/homebrew#36606. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-08 | Add test PDF and SVG. | David Christenson | |
| 2015-02-01 | ngircd: system openssl fix | Dominyk Tiller | |
| Fix for linking into the system OpenSSL, strict audit fixes, and the plist. Closes Homebrew/homebrew#36386. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-30 | Fix more version misdetections for URLs with archs | Baptiste Fontaine | |
| Closes Homebrew/homebrew#36368. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-28 | Fix version misdetections for URLs with OS/archs | Baptiste Fontaine | |
| Closes Homebrew/homebrew#36308. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-03 | fixtures add test.ico | Xu Cheng | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-03 | replace fixture png to 8x8 in size and rgb scale color | Xu Cheng | |
| Closes Homebrew/homebrew#35456. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-01 | ID3 tags stripped from MP3 test fixture | Baptiste Fontaine | |
| Closes Homebrew/homebrew#35427. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-01 | minimal MP3 test file added | Baptiste Fontaine | |
| Closes Homebrew/homebrew#35417. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-31 | Don't attempt to detect version if URL is not set | Jack Nagel | |
| 2014-12-28 | Use formula helper in tests | Jack Nagel | |
| 2014-12-28 | Drop pointless subclass in test | Jack Nagel | |
| 2014-12-28 | Drop unnecessary requires | Jack Nagel | |
| 2014-12-28 | Avoid TestBall class in checksum verification tests | Jack Nagel | |
| 2014-12-27 | Preserve signature of #initialize in tests | Jack Nagel | |
| 2014-12-27 | Stop testing accessor type | Jack Nagel | |
| 2014-12-27 | Remove dead code | Jack Nagel | |
| 2014-12-26 | Refactor patching tests | Jack Nagel | |
| 2014-12-26 | Commit test updates that were supposed to be part of ↵ | Jack Nagel | |
| b76e26c9cf1fc805663d86b6d6d081f91f73ea18 | |||
| 2014-12-26 | Remove unnecessary require from test | Jack Nagel | |
| 2014-12-26 | Unroll validation loop | Jack Nagel | |
| 2014-12-26 | Overriding #initialize is not supported, so drop late validation | Jack Nagel | |
| 2014-12-23 | Update minitest | Jack Nagel | |
| 2014-12-16 | Utils.popen_read doesn't doesn't require a block | Jack Nagel | |
| 2014-12-10 | Provide version reader method | Jack Nagel | |
| 2014-12-06 | Mark private VCSDownloadStrategy methods | Jack Nagel | |
| 2014-12-03 | Update test gems | Jack Nagel | |
| 2014-12-02 | Fix duplicated test methods | Jack Nagel | |
| 2014-12-02 | Remove unused entries from test/.gitignore | Jack Nagel | |
| 2014-12-01 | Use better assertions | Jack Nagel | |
| 2014-11-30 | Allow searching/installing Homebrew Casks. | Mike McQuaid | |
| People want to install things like GIMP using Homebrew so let's make it easier for them to find a decent installation method. Closes Homebrew/homebrew#34496. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-21 | Fix dependency equality | Jack Nagel | |
| 2014-11-12 | Fix Requirement equality | Jack Nagel | |
| 2014-11-07 | Use libexec method in install test | Jack Nagel | |
| 2014-11-07 | Normalize requires in tests | Jack Nagel | |
| 2014-11-05 | BottleVersion: add imap-uw style versions | Tim D. Smith | |
| 2014-10-30 | Use more relevant assertions | Jack Nagel | |
| 2014-10-29 | Allow tests to reset bottle hooks on teardown | Jack Nagel | |
| This avoids polluting other tests that might invoke the installer, thus executing any registered hooks. | |||
| 2014-10-29 | Add predicate methods for specs and stop testing internals | Jack Nagel | |
| 2014-10-26 | Fix filename case | Jack Nagel | |
| 2014-10-20 | Handle broken symlinks in resolve_any_conflicts | Jack Nagel | |
| Fixes Homebrew/homebrew#33328. | |||
| 2014-10-20 | Fix filesystem leak in keg tests | Jack Nagel | |
| 2014-10-20 | bottle_version: handle libpano. | Mike McQuaid | |
| 2014-10-19 | tab: remap deprecated options in tabs. | Mike McQuaid | |
| If a deprecated option is found in a tab, rename it to the new option. | |||
| 2014-10-19 | formula: add spec deprecated_option DSL. | Mike McQuaid | |
