[ARVADOS] updated: f4ae58c699108fd7cecdaa44512d7b238967dac9
git at public.curoverse.com
git at public.curoverse.com
Wed Nov 25 10:21:44 EST 2015
Summary of changes:
sdk/go/manifest/manifest_test.go | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via f4ae58c699108fd7cecdaa44512d7b238967dac9 (commit)
from c84882514f7943481ff0be5b181dc9bd87cfb300 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f4ae58c699108fd7cecdaa44512d7b238967dac9
Author: radhika <radhika at curoverse.com>
Date: Wed Nov 25 10:21:11 2015 -0500
7253: Update test so that it compiles and passes.
diff --git a/sdk/go/manifest/manifest_test.go b/sdk/go/manifest/manifest_test.go
index 364648d..1483b36 100644
--- a/sdk/go/manifest/manifest_test.go
+++ b/sdk/go/manifest/manifest_test.go
@@ -84,10 +84,10 @@ func TestParseBlockLocatorSimple(t *testing.T) {
if err != nil {
t.Fatalf("Unexpected error parsing block locator: %v", err)
}
- expectBlockLocator(t, b, BlockLocator{Digest: blockdigest.AssertFromString("365f83f5f808896ec834c8b595288735"),
- Size: 2310,
- Hints: []string{"K at qr1hi",
- "Af0c9a66381f3b028677411926f0be1c6282fe67c at 542b5ddf"}})
+ expectBlockLocator(t, blockdigest.BlockLocator{b.Digest, b.Size, b.Hints},
+ blockdigest.BlockLocator{Digest: blockdigest.AssertFromString("365f83f5f808896ec834c8b595288735"),
+ Size: 2310,
+ Hints: []string{"K at qr1hi", "Af0c9a66381f3b028677411926f0be1c6282fe67c at 542b5ddf"}})
}
func TestStreamIterShortManifestWithBlankStreams(t *testing.T) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list