Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5ae0bab
)
rb: Add TProtocolException to the backwards_compatibility_spec [THRIFT-88]
author
Kevin Clark
<kclark@apache.org>
Fri, 18 Jul 2008 21:57:07 +0000
(21:57 +0000)
committer
Kevin Clark
<kclark@apache.org>
Fri, 18 Jul 2008 21:57:07 +0000
(21:57 +0000)
Author: Kevin Ballard <kevin@rapleaf.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@678055
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/spec/backwards_compatibility_spec.rb
patch
|
blob
|
history
diff --git
a/lib/rb/spec/backwards_compatibility_spec.rb
b/lib/rb/spec/backwards_compatibility_spec.rb
index
6c9d835
..
2ac3489
100644
(file)
--- a/
lib/rb/spec/backwards_compatibility_spec.rb
+++ b/
lib/rb/spec/backwards_compatibility_spec.rb
@@
-12,6
+12,7
@@
context "Backwards compatibility" do
[:class, :TException, Thrift::Exception],
[:class, :TApplicationException, Thrift::ApplicationException],
[:module, :TProcessor, Thrift::Processor],
+ [:class, :TProtocolException, Thrift::ProtocolException],
[:class, :TProtocol, Thrift::Protocol],
[:class, :TProtocolFactory, Thrift::ProtocolFactory],
[:class, :TBinaryProtocol, Thrift::BinaryProtocol],