diff options
| author | Bo Borgerson | 2010-09-09 07:54:36 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-15 09:36:27 -0700 |
| commit | 80e17cde57577af5b3c6afe26fb8ea9967b408ce (patch) | |
| tree | f5c951cbd2289e27c1c765f48bc5310c2da94fe5 /Library/Homebrew/test/fixtures | |
| parent | 581d35a087a7469511bc6e5dce5526ef977ad260 (diff) | |
| download | brew-80e17cde57577af5b3c6afe26fb8ea9967b408ce.tar.bz2 | |
test_updater: Make fixture internally consistent
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>
Diffstat (limited to 'Library/Homebrew/test/fixtures')
| -rw-r--r-- | Library/Homebrew/test/fixtures/updater_fixture.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Homebrew/test/fixtures/updater_fixture.yaml b/Library/Homebrew/test/fixtures/updater_fixture.yaml index 2e6e6d1ce..55e9d0f40 100644 --- a/Library/Homebrew/test/fixtures/updater_fixture.yaml +++ b/Library/Homebrew/test/fixtures/updater_fixture.yaml @@ -47,11 +47,7 @@ update_git_pull_output_with_formulae_changes: | create mode 100644 Library/Formula/ddrescue.rb create mode 100644 Library/Formula/dict.rb create mode 100644 Library/Formula/lua.rb - delete mode 100644 Library/Formula/antiword.rb - delete mode 100644 Library/Formula/bash-completion.rb - delete mode 100644 Library/Formula/xar.rb - delete mode 100644 Library/Formula/yajl.rb create mode 100644 Library/Homebrew/beer_events.rb create mode 100644 Library/Homebrew/hardware.rb delete mode 100644 Library/Homebrew/hw.model.c - delete mode 100644 Library/Homebrew/hw.model.rb
\ No newline at end of file + delete mode 100644 Library/Homebrew/hw.model.rb |
