Skip to content

Commit 64b21c8

Browse files
committed
Remove magic string from test collection specification
1 parent 8cf57b8 commit 64b21c8

31 files changed

Lines changed: 43 additions & 29 deletions

src/Polly.NetStandard11/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.CompilerServices;
44

55
[assembly: AssemblyTitle("Polly")]
6-
[assembly: AssemblyVersion("5.6.0.0")]
6+
[assembly: AssemblyVersion("5.6.1.0")]
77
[assembly: CLSCompliant(true)]
88

99
[assembly: InternalsVisibleTo("Polly.NetStandard11.Specs")]

src/Polly.SharedSpecs/Caching/AbsoluteTtlSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Polly.Specs.Caching
88
{
9-
[Collection("SystemClockDependantCollection")]
9+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1010
public class AbsoluteTtlSpecs : IDisposable
1111
{
1212
[Fact]

src/Polly.SharedSpecs/Caching/CacheAsyncSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Polly.Specs.Caching
1313
{
14-
[Collection("SystemClockDependantCollection")]
14+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1515
public class CacheAsyncSpecs : IDisposable
1616
{
1717
#region Configuration

src/Polly.SharedSpecs/Caching/CacheSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Polly.Specs.Caching
1212
{
13-
[Collection("SystemClockDependantCollection")]
13+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1414
public class CacheSpecs : IDisposable
1515
{
1616
#region Configuration

src/Polly.SharedSpecs/Caching/CacheTResultAsyncSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Polly.Specs.Caching
1313
{
14-
[Collection("SystemClockDependantCollection")]
14+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1515
public class CacheTResultAsyncSpecs : IDisposable
1616
{
1717
#region Configuration

src/Polly.SharedSpecs/Caching/CacheTResultSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Polly.Specs.Caching
1212
{
13-
[Collection("SystemClockDependantCollection")]
13+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1414
public class CacheTResultSpecs : IDisposable
1515
{
1616
#region Configuration

src/Polly.SharedSpecs/CircuitBreaker/AdvancedCircuitBreakerAsyncSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace Polly.Specs.CircuitBreaker
1414
{
15-
[Collection("SystemClockDependantCollection")]
15+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1616
public class AdvancedCircuitBreakerAsyncSpecs : IDisposable
1717
{
1818
#region Configuration tests

src/Polly.SharedSpecs/CircuitBreaker/AdvancedCircuitBreakerSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Polly.Specs.CircuitBreaker
1414
{
1515

16-
[Collection("SystemClockDependantCollection")]
16+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1717
public class AdvancedCircuitBreakerSpecs : IDisposable
1818
{
1919
#region Configuration tests

src/Polly.SharedSpecs/CircuitBreaker/CircuitBreakerAsyncSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace Polly.Specs.CircuitBreaker
1414
{
15-
[Collection("SystemClockDependantCollection")]
15+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1616
public class CircuitBreakerAsyncSpecs : IDisposable
1717
{
1818
#region Configuration tests

src/Polly.SharedSpecs/CircuitBreaker/CircuitBreakerSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Polly.Specs.CircuitBreaker
1212
{
13-
[Collection("SystemClockDependantCollection")]
13+
[Collection(Polly.Specs.Helpers.Constants.SystemClockDependentTestCollection)]
1414
public class CircuitBreakerSpecs : IDisposable
1515
{
1616
#region Configuration tests

0 commit comments

Comments
 (0)