From 92a5249e4509be092d8707ab7507fa95a288de72 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Tue, 14 Feb 2017 15:51:54 -0700 Subject: [PATCH] renamed test class --- ...ProviderCatalogTests.cs => CredentialRepositoryListTests.cs} | 2 +- mRemoteNGTests/mRemoteNGTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename mRemoteNGTests/Credential/{CredentialProviderCatalogTests.cs => CredentialRepositoryListTests.cs} (97%) diff --git a/mRemoteNGTests/Credential/CredentialProviderCatalogTests.cs b/mRemoteNGTests/Credential/CredentialRepositoryListTests.cs similarity index 97% rename from mRemoteNGTests/Credential/CredentialProviderCatalogTests.cs rename to mRemoteNGTests/Credential/CredentialRepositoryListTests.cs index 78cc71d1..4dd1aa23 100644 --- a/mRemoteNGTests/Credential/CredentialProviderCatalogTests.cs +++ b/mRemoteNGTests/Credential/CredentialRepositoryListTests.cs @@ -7,7 +7,7 @@ using NUnit.Framework; namespace mRemoteNGTests.Credential { - public class CredentialProviderCatalogTests + public class CredentialRepositoryListTests { private CredentialRepositoryList _credentialCatalog; diff --git a/mRemoteNGTests/mRemoteNGTests.csproj b/mRemoteNGTests/mRemoteNGTests.csproj index e0470afa..fcea36a8 100644 --- a/mRemoteNGTests/mRemoteNGTests.csproj +++ b/mRemoteNGTests/mRemoteNGTests.csproj @@ -131,7 +131,7 @@ - +