commit | eab29a0da9eb775bb7e1e7cff6b4eeaecf237151 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sun Nov 09 23:32:50 2014 +0100 |
committer | Jens Geyer <jensg@apache.org> | Sat Nov 22 22:06:58 2014 +0100 |
tree | c5ac5392209b947cd54ca4419e0f6ce7b5df4493 | |
parent | e50f12a5ff6cd2660d7a4853318dd651ab3794a3 [diff] [blame] |
THRIFT-2848 certain Delphi tests do not build if TypeRegistry is used Client: Delphi Patch: Jens Geyer
diff --git a/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas b/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas index 34ee081..35fdf6f 100644 --- a/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas +++ b/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas
@@ -78,7 +78,7 @@ constructor TTestClient.Create( const args: array of string); begin - inherited; + inherited Create; ParseArgs(args); Setup; end;