@@ -1058,8 +1058,8 @@ public void CanPrettifyAMessage()
1058
1058
}
1059
1059
1060
1060
private readonly string signedCommit =
1061
- "tree 6b79e22d69bf46e289df0345a14ca059dfc9bdf6 \n " +
1062
- "parent 34734e478d6cf50c27c9d69026d93974d052c454 \n " +
1061
+ "tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904 \n " +
1062
+ "parent 8496071c1b46c854b31185ea97743be6a8774479 \n " +
1063
1063
"author Ben Burkert <[email protected] > 1358451456 -0800\n " +
1064
1064
"committer Ben Burkert <[email protected] > 1358451456 -0800\n " +
1065
1065
"gpgsig -----BEGIN PGP SIGNATURE-----\n " +
@@ -1102,8 +1102,8 @@ public void CanPrettifyAMessage()
1102
1102
"-----END PGP SIGNATURE-----" ;
1103
1103
1104
1104
private readonly string signedData =
1105
- "tree 6b79e22d69bf46e289df0345a14ca059dfc9bdf6 \n " +
1106
- "parent 34734e478d6cf50c27c9d69026d93974d052c454 \n " +
1105
+ "tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904 \n " +
1106
+ "parent 8496071c1b46c854b31185ea97743be6a8774479 \n " +
1107
1107
"author Ben Burkert <[email protected] > 1358451456 -0800\n " +
1108
1108
"committer Ben Burkert <[email protected] > 1358451456 -0800\n " +
1109
1109
"\n " +
@@ -1155,7 +1155,7 @@ public void CanCreateACommitString()
1155
1155
[ Fact ]
1156
1156
public void CanCreateASignedCommit ( )
1157
1157
{
1158
- string repoPath = InitNewRepository ( ) ;
1158
+ string repoPath = SandboxStandardTestRepo ( ) ;
1159
1159
using ( var repo = new Repository ( repoPath ) )
1160
1160
{
1161
1161
var odb = repo . ObjectDatabase ;
0 commit comments