aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-10-22 14:11:30 +0100
committerJon Skeet <skeet@pobox.com>2008-10-22 14:11:30 +0100
commit52a035a4af3b1b9be6fd28268ace489f0ccebe4f (patch)
treeb5075a8f59021a1b45fa99d372480daf74d07ab9 /src
parent87d6a3b8f74139686d33da79e252b525c44b691a (diff)
downloadprotobuf-52a035a4af3b1b9be6fd28268ace489f0ccebe4f.tar.gz
protobuf-52a035a4af3b1b9be6fd28268ace489f0ccebe4f.tar.bz2
protobuf-52a035a4af3b1b9be6fd28268ace489f0ccebe4f.zip
A few tweaks
Diffstat (limited to 'src')
-rw-r--r--src/ProtocolBuffers.Test/TestUtil.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ProtocolBuffers.Test/TestUtil.cs b/src/ProtocolBuffers.Test/TestUtil.cs
index 70dd3c88..f27466bb 100644
--- a/src/ProtocolBuffers.Test/TestUtil.cs
+++ b/src/ProtocolBuffers.Test/TestUtil.cs
@@ -37,6 +37,7 @@ namespace Google.ProtocolBuffers {
while (ancestor != null) {
string candidate = Path.Combine(ancestor.FullName, "testdata");
if (Directory.Exists(candidate)) {
+ testDataDirectory = candidate;
return candidate;
}
ancestor = ancestor.Parent;