aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/ReflectionTester.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-01-16 11:52:44 +0000
committerunknown <Jon@.(none)>2009-01-16 11:52:44 +0000
commit343d9f54b4d5cccdc4d5c3f1392fc7a79f7cc585 (patch)
treea63b7c68a169783697b23e969a64c7ea030b27a9 /src/ProtocolBuffers.Test/ReflectionTester.cs
parent8f8186a30b9b8d865c6211eb91a4df8aae1f40d5 (diff)
downloadprotobuf-343d9f54b4d5cccdc4d5c3f1392fc7a79f7cc585.tar.gz
protobuf-343d9f54b4d5cccdc4d5c3f1392fc7a79f7cc585.tar.bz2
protobuf-343d9f54b4d5cccdc4d5c3f1392fc7a79f7cc585.zip
Upgraded to protoc.exe 2.0.3. Added new build target of clean-build
Diffstat (limited to 'src/ProtocolBuffers.Test/ReflectionTester.cs')
-rw-r--r--src/ProtocolBuffers.Test/ReflectionTester.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ProtocolBuffers.Test/ReflectionTester.cs b/src/ProtocolBuffers.Test/ReflectionTester.cs
index 74096ad9..889b2f6b 100644
--- a/src/ProtocolBuffers.Test/ReflectionTester.cs
+++ b/src/ProtocolBuffers.Test/ReflectionTester.cs
@@ -87,10 +87,10 @@ namespace Google.ProtocolBuffers {
this.extensionRegistry = extensionRegistry;
this.file = baseDescriptor.File;
- // TODO(jonskeet): We've got 3 dependencies, not 1 - because of the C# options. Hmm.
+ // TODO(jonskeet): We've got 2 dependencies, not 1 - because of the C# options. Hmm.
// Assert.AreEqual(1, file.Dependencies.Count);
// TODO(jonskeet): Find dependency by name instead of number?
- this.importFile = file.Dependencies[2];
+ this.importFile = file.Dependencies[1];
MessageDescriptor testAllTypes;
if (extensionRegistry == null) {