aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2015-02-21Switch to string keysJack 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-21Eliminate conditionalJack Nagel
2015-02-21fixtures: add ps and eps filesXu Cheng
Closes Homebrew/homebrew#37001 Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-18Start recording the formula path in the install receiptJack Nagel
Later we can use this information to try and load the formula from the correct source.
2015-02-15Fix another filesystem leak in updater testsJack Nagel
2015-02-08Minimize test JPEG and PNGDavid Christenson
Losslessly compress with jpegoptim and optipng. Closes Homebrew/homebrew#36606. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08Add test PDF and SVG.David Christenson
2015-02-01ngircd: system openssl fixDominyk 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-30Fix more version misdetections for URLs with archsBaptiste Fontaine
Closes Homebrew/homebrew#36368. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-28Fix version misdetections for URLs with OS/archsBaptiste Fontaine
Closes Homebrew/homebrew#36308. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-03fixtures add test.icoXu Cheng
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-03replace fixture png to 8x8 in size and rgb scale colorXu Cheng
Closes Homebrew/homebrew#35456. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-01ID3 tags stripped from MP3 test fixtureBaptiste Fontaine
Closes Homebrew/homebrew#35427. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-01minimal MP3 test file addedBaptiste Fontaine
Closes Homebrew/homebrew#35417. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31Don't attempt to detect version if URL is not setJack Nagel
2014-12-28Use formula helper in testsJack Nagel
2014-12-28Drop pointless subclass in testJack Nagel
2014-12-28Drop unnecessary requiresJack Nagel
2014-12-28Avoid TestBall class in checksum verification testsJack Nagel
2014-12-27Preserve signature of #initialize in testsJack Nagel
2014-12-27Stop testing accessor typeJack Nagel
2014-12-27Remove dead codeJack Nagel
2014-12-26Refactor patching testsJack Nagel
2014-12-26Commit test updates that were supposed to be part of ↵Jack Nagel
b76e26c9cf1fc805663d86b6d6d081f91f73ea18
2014-12-26Remove unnecessary require from testJack Nagel
2014-12-26Unroll validation loopJack Nagel
2014-12-26Overriding #initialize is not supported, so drop late validationJack Nagel
2014-12-23Update minitestJack Nagel
2014-12-16Utils.popen_read doesn't doesn't require a blockJack Nagel
2014-12-10Provide version reader methodJack Nagel
2014-12-06Mark private VCSDownloadStrategy methodsJack Nagel
2014-12-03Update test gemsJack Nagel
2014-12-02Fix duplicated test methodsJack Nagel
2014-12-02Remove unused entries from test/.gitignoreJack Nagel
2014-12-01Use better assertionsJack Nagel
2014-11-30Allow 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-21Fix dependency equalityJack Nagel
2014-11-12Fix Requirement equalityJack Nagel
2014-11-07Use libexec method in install testJack Nagel
2014-11-07Normalize requires in testsJack Nagel
2014-11-05BottleVersion: add imap-uw style versionsTim D. Smith
2014-10-30Use more relevant assertionsJack Nagel
2014-10-29Allow tests to reset bottle hooks on teardownJack Nagel
This avoids polluting other tests that might invoke the installer, thus executing any registered hooks.
2014-10-29Add predicate methods for specs and stop testing internalsJack Nagel
2014-10-26Fix filename caseJack Nagel
2014-10-20Handle broken symlinks in resolve_any_conflictsJack Nagel
Fixes Homebrew/homebrew#33328.
2014-10-20Fix filesystem leak in keg testsJack Nagel
2014-10-20bottle_version: handle libpano.Mike McQuaid
2014-10-19tab: remap deprecated options in tabs.Mike McQuaid
If a deprecated option is found in a tab, rename it to the new option.
2014-10-19formula: add spec deprecated_option DSL.Mike McQuaid