Skip to content

Commit

Permalink
THRIFT-2848 certain Delphi tests do not build if TypeRegistry is used
Browse files Browse the repository at this point in the history
Client: Delphi
Patch: Jens Geyer
  • Loading branch information
Jens-G committed Nov 22, 2014
1 parent e50f12a commit eab29a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delphi/test/multiplexed/Multiplex.Client.Main.pas
Expand Up @@ -78,7 +78,7 @@ class procedure TTestClient.Execute( const args: array of string);

constructor TTestClient.Create( const args: array of string);
begin
inherited;
inherited Create;
ParseArgs(args);
Setup;
end;
Expand Down
1 change: 1 addition & 0 deletions lib/delphi/test/multiplexed/Multiplex.Test.Client.dpr
Expand Up @@ -34,6 +34,7 @@ uses
Thrift.Server in '..\..\src\Thrift.Server.pas',
Thrift.Stream in '..\..\src\Thrift.Stream.pas',
Thrift.Console in '..\..\src\Thrift.Console.pas',
Thrift.TypeRegistry in '..\..\src\Thrift.TypeRegistry.pas',
Thrift.Utils in '..\..\src\Thrift.Utils.pas';

var
Expand Down
1 change: 1 addition & 0 deletions lib/delphi/test/multiplexed/Multiplex.Test.Server.dpr
Expand Up @@ -34,6 +34,7 @@ uses
Thrift.Server in '..\..\src\Thrift.Server.pas',
Thrift.Console in '..\..\src\Thrift.Console.pas',
Thrift.Utils in '..\..\src\Thrift.Utils.pas',
Thrift.TypeRegistry in '..\..\src\Thrift.TypeRegistry.pas',
Thrift.Stream in '..\..\src\Thrift.Stream.pas';

var
Expand Down
1 change: 1 addition & 0 deletions lib/delphi/test/skip/skiptest_version1.dpr
Expand Up @@ -32,6 +32,7 @@ uses
Thrift.Server in '..\..\src\Thrift.Server.pas',
Thrift.Console in '..\..\src\Thrift.Console.pas',
Thrift.Utils in '..\..\src\Thrift.Utils.pas',
Thrift.TypeRegistry in '..\..\src\Thrift.TypeRegistry.pas',
Thrift.Stream in '..\..\src\Thrift.Stream.pas';

const
Expand Down
1 change: 1 addition & 0 deletions lib/delphi/test/skip/skiptest_version2.dpr
Expand Up @@ -32,6 +32,7 @@ uses
Thrift.Server in '..\..\src\Thrift.Server.pas',
Thrift.Console in '..\..\src\Thrift.Console.pas',
Thrift.Utils in '..\..\src\Thrift.Utils.pas',
Thrift.TypeRegistry in '..\..\src\Thrift.TypeRegistry.pas',
Thrift.Stream in '..\..\src\Thrift.Stream.pas';

const
Expand Down

0 comments on commit eab29a0

Please sign in to comment.