From 03e9da7a7cd1ba1a99e88f18c9f2fed0f708abec Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 20 Feb 2015 09:24:45 -0800 Subject: [PATCH] moved interop testing specific files to Grpc.IntegrationTesting --- src/csharp/Grpc.Api/Grpc.Api.csproj | 3 --- src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/Empty.cs | 0 .../Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj | 3 +++ src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/Messages.cs | 0 .../{Grpc.Api => Grpc.IntegrationTesting}/TestServiceGrpc.cs | 1 - 5 files changed, 3 insertions(+), 4 deletions(-) rename src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/Empty.cs (100%) rename src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/Messages.cs (100%) rename src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/TestServiceGrpc.cs (99%) diff --git a/src/csharp/Grpc.Api/Grpc.Api.csproj b/src/csharp/Grpc.Api/Grpc.Api.csproj index aa6e872fe41..5d3843cd0e8 100644 --- a/src/csharp/Grpc.Api/Grpc.Api.csproj +++ b/src/csharp/Grpc.Api/Grpc.Api.csproj @@ -53,9 +53,6 @@ - - - diff --git a/src/csharp/Grpc.Api/Empty.cs b/src/csharp/Grpc.IntegrationTesting/Empty.cs similarity index 100% rename from src/csharp/Grpc.Api/Empty.cs rename to src/csharp/Grpc.IntegrationTesting/Empty.cs diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index 6fcee0f1261..ee2c327ebd3 100644 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -44,6 +44,9 @@ + + + diff --git a/src/csharp/Grpc.Api/Messages.cs b/src/csharp/Grpc.IntegrationTesting/Messages.cs similarity index 100% rename from src/csharp/Grpc.Api/Messages.cs rename to src/csharp/Grpc.IntegrationTesting/Messages.cs diff --git a/src/csharp/Grpc.Api/TestServiceGrpc.cs b/src/csharp/Grpc.IntegrationTesting/TestServiceGrpc.cs similarity index 99% rename from src/csharp/Grpc.Api/TestServiceGrpc.cs rename to src/csharp/Grpc.IntegrationTesting/TestServiceGrpc.cs index 15700e40ac5..b71704bcc7b 100644 --- a/src/csharp/Grpc.Api/TestServiceGrpc.cs +++ b/src/csharp/Grpc.IntegrationTesting/TestServiceGrpc.cs @@ -33,7 +33,6 @@ using System; using System.Collections.Generic; -using System.Reactive.Linq; using System.Threading; using System.Threading.Tasks; using Grpc.Core;