Housekeeping. Renamed test suite to match naming convention.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Spring.Messaging.Nms.Connections
|
||||
/// </summary>
|
||||
/// <author>Andreas Kluth</author>
|
||||
[TestFixture]
|
||||
public class CachedSessionTest
|
||||
public class CachedSessionTests
|
||||
{
|
||||
/// <summary>
|
||||
/// Validates that events raised by the session cached are propagated to a registered consumer.
|
||||
@@ -90,7 +90,7 @@
|
||||
<Compile Include="NmsExceptionTests.cs" />
|
||||
<Compile Include="NmsCompilerOptionsTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Config\NmsNamespaceHandlerTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\CachedSessionTest.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\CachedSessionTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\CachingConnectionFactoryTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\MessageTransactionManagerTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\SingleConnectionFactoryTests.cs" />
|
||||
|
||||
Reference in New Issue
Block a user