diff options
| author | Bo Borgerson | 2010-09-09 07:54:36 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-15 09:36:27 -0700 |
| commit | 86b202337b9a9e4d12a170f2da488d9e8e8e06fd (patch) | |
| tree | 6816badd0deed0e0de4f6279a18e47ad28292fe0 /Library | |
| parent | cabb4abfd8bc2d85fdd038d425b17d97407150d8 (diff) | |
| download | homebrew-86b202337b9a9e4d12a170f2da488d9e8e8e06fd.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')
| -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 |
