From 80e17cde57577af5b3c6afe26fb8ea9967b408ce Mon Sep 17 00:00:00 2001 From: Bo Borgerson Date: Thu, 9 Sep 2010 07:54:36 -0700 Subject: [PATCH] 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 --- Library/Homebrew/test/fixtures/updater_fixture.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Library/Homebrew/test/fixtures/updater_fixture.yaml b/Library/Homebrew/test/fixtures/updater_fixture.yaml index 2e6e6d1ce3..55e9d0f407 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