rb: Add TProtocolException to the backwards_compatibility_spec [THRIFT-88]
authorKevin Clark <kclark@apache.org>
Fri, 18 Jul 2008 21:57:07 +0000 (21:57 +0000)
committerKevin 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

index 6c9d835..2ac3489 100644 (file)
@@ -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],