From 5876e1983aae9f434f6673aaaf2d13d017267764 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Tue, 2 Aug 2016 12:30:53 -0700 Subject: [PATCH] Move TestConnection to shared directory. --- .../TestConnection.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{Microsoft.AspNetCore.Server.KestrelTests => shared}/TestConnection.cs (100%) diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/TestConnection.cs b/test/shared/TestConnection.cs similarity index 100% rename from test/Microsoft.AspNetCore.Server.KestrelTests/TestConnection.cs rename to test/shared/TestConnection.cs