From 214ec3603e50a5466d0f49c2af0b8e9fd552bed3 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Mon, 14 Aug 2006 20:33:38 +0000 Subject: [PATCH] Modified the folder name to follow the convention being followed for test application folder names in the project. --- .../client/csharp/{TestClientAuth => test}/App.ico | Bin .../csharp/{TestClientAuth => test}/AssemblyInfo.cs | 0 .../csharp/{TestClientAuth => test}/Class1.cs | 0 .../{TestClientAuth => test}/TestClientAuth.csproj | 0 .../TestClientAuth.csproj.user | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename CASA-auth-token/non-java/client/csharp/{TestClientAuth => test}/App.ico (100%) rename CASA-auth-token/non-java/client/csharp/{TestClientAuth => test}/AssemblyInfo.cs (100%) rename CASA-auth-token/non-java/client/csharp/{TestClientAuth => test}/Class1.cs (100%) rename CASA-auth-token/non-java/client/csharp/{TestClientAuth => test}/TestClientAuth.csproj (100%) rename CASA-auth-token/non-java/client/csharp/{TestClientAuth => test}/TestClientAuth.csproj.user (100%) diff --git a/CASA-auth-token/non-java/client/csharp/TestClientAuth/App.ico b/CASA-auth-token/non-java/client/csharp/test/App.ico similarity index 100% rename from CASA-auth-token/non-java/client/csharp/TestClientAuth/App.ico rename to CASA-auth-token/non-java/client/csharp/test/App.ico diff --git a/CASA-auth-token/non-java/client/csharp/TestClientAuth/AssemblyInfo.cs b/CASA-auth-token/non-java/client/csharp/test/AssemblyInfo.cs similarity index 100% rename from CASA-auth-token/non-java/client/csharp/TestClientAuth/AssemblyInfo.cs rename to CASA-auth-token/non-java/client/csharp/test/AssemblyInfo.cs diff --git a/CASA-auth-token/non-java/client/csharp/TestClientAuth/Class1.cs b/CASA-auth-token/non-java/client/csharp/test/Class1.cs similarity index 100% rename from CASA-auth-token/non-java/client/csharp/TestClientAuth/Class1.cs rename to CASA-auth-token/non-java/client/csharp/test/Class1.cs diff --git a/CASA-auth-token/non-java/client/csharp/TestClientAuth/TestClientAuth.csproj b/CASA-auth-token/non-java/client/csharp/test/TestClientAuth.csproj similarity index 100% rename from CASA-auth-token/non-java/client/csharp/TestClientAuth/TestClientAuth.csproj rename to CASA-auth-token/non-java/client/csharp/test/TestClientAuth.csproj diff --git a/CASA-auth-token/non-java/client/csharp/TestClientAuth/TestClientAuth.csproj.user b/CASA-auth-token/non-java/client/csharp/test/TestClientAuth.csproj.user similarity index 100% rename from CASA-auth-token/non-java/client/csharp/TestClientAuth/TestClientAuth.csproj.user rename to CASA-auth-token/non-java/client/csharp/test/TestClientAuth.csproj.user