From 651d843622fdc30a79af3c1120545b726c65924a Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 23 Jun 2013 20:32:43 -0700 Subject: [PATCH] fix(omaha_test): fixup the tests after moving fix tests after moving files around --- omaha/omaha_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/omaha/omaha_test.go b/omaha/omaha_test.go index 1d4f0b2..80ac27b 100644 --- a/omaha/omaha_test.go +++ b/omaha/omaha_test.go @@ -9,7 +9,7 @@ import ( ) func TestOmahaRequestUpdateCheck(t *testing.T) { - file, err := os.Open("fixtures/update-engine/update/request.xml") + file, err := os.Open("../fixtures/update-engine/update/request.xml") if err != nil { t.Error(err) } @@ -71,7 +71,6 @@ func ExampleOmaha_NewResponse() { // Output: // - // // // // @@ -107,7 +106,6 @@ func ExampleOmaha_NewRequest() { // Output: // - // // // //