mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
THRIFT-4955 Haskell test broken due to extension to CompactProtoTestStruct
Client: Haskell Patch: Jens Geyer This closes #1872
This commit is contained in:
parent
b7bd211699
commit
061eafb1fa
@ -117,7 +117,11 @@ instance SIface.Srv_Iface InheritedHandler where
|
||||
|
||||
Types.compactProtoTestStruct_byte_map_map = Map.empty,
|
||||
Types.compactProtoTestStruct_byte_set_map = Map.empty,
|
||||
Types.compactProtoTestStruct_byte_list_map = Map.empty }
|
||||
Types.compactProtoTestStruct_byte_list_map = Map.empty,
|
||||
|
||||
Types.compactProtoTestStruct_field500 = 500,
|
||||
Types.compactProtoTestStruct_field5000 = 5000,
|
||||
Types.compactProtoTestStruct_field20000 = 20000 }
|
||||
|
||||
methodWithDefaultArgs _ arg = do
|
||||
ThriftTestUtils.serverLog $ "Got methodWithDefaultArgs: " ++ show arg
|
||||
|
Loading…
Reference in New Issue
Block a user