From 801b1a160558ed8b862e683c7aaf5092b0c1adb2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 28 Jul 2019 13:21:33 +0100 Subject: Support working tree based on a commit, tag or branch --- unittests/service.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unittests/service.cpp') diff --git a/unittests/service.cpp b/unittests/service.cpp index aaa9d85..207aa15 100644 --- a/unittests/service.cpp +++ b/unittests/service.cpp @@ -31,7 +31,7 @@ BOOST_DATA_TEST_CASE(badauth, IceTray::DryIce s({ "--GitFS.testrepo.gitdir=%?"_fmt(rootDir.string()), "--GitFS.testrepo.authkey=testauth", - "--GitFS.testrepo.commit=7a0ccb40084c3ab31d9856e7f689c0514c28c930", + "--GitFS.testrepo.commitish=7a0ccb40084c3ab31d9856e7f689c0514c28c930", }); Client c; BOOST_CHECK_NO_THROW(c.s->ice_ping()); @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(missing_repo) "--GitFS.missing.gitdir=/not/here", "--GitFS.missing.commit=7a0ccb40084c3ab31d9856e7f689c0514c28c930", "--GitFS.testrepo.gitdir=%?"_fmt(rootDir.string()), - "--GitFS.testrepo.commit=7a0ccb40084c3ab31d9856e7f689c0514c28c931", + "--GitFS.testrepo.commitish=7a0ccb40084c3ab31d9856e7f689c0514c28c931", }); Client c; BOOST_CHECK_NO_THROW(c.s->ice_ping()); -- cgit v1.2.3