commit | 52a035a4af3b1b9be6fd28268ace489f0ccebe4f | [log] [tgz] |
---|---|---|
author | Jon Skeet <skeet@pobox.com> | Wed Oct 22 14:11:30 2008 +0100 |
committer | Jon Skeet <skeet@pobox.com> | Wed Oct 22 14:11:30 2008 +0100 |
tree | b5075a8f59021a1b45fa99d372480daf74d07ab9 | |
parent | 87d6a3b8f74139686d33da79e252b525c44b691a [diff] [blame] |
A few tweaks
diff --git a/src/ProtocolBuffers.Test/TestUtil.cs b/src/ProtocolBuffers.Test/TestUtil.cs index 70dd3c8..f27466b 100644 --- a/src/ProtocolBuffers.Test/TestUtil.cs +++ b/src/ProtocolBuffers.Test/TestUtil.cs
@@ -37,6 +37,7 @@ while (ancestor != null) { string candidate = Path.Combine(ancestor.FullName, "testdata"); if (Directory.Exists(candidate)) { + testDataDirectory = candidate; return candidate; } ancestor = ancestor.Parent;