MetersKind.Standard in TBF/Entities/Enums.cs reverted to MetersKind.Single
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
|
||||
|
||||
public bool Evaluate { get { return true; } }
|
||||
public bool Publish { get { return true; } }
|
||||
public bool CanTest(Entities.MetersKind meters) { return meters == Entities.MetersKind.Standard; }
|
||||
public bool CanTest(Entities.MetersKind meters) { return meters == Entities.MetersKind.Single; }
|
||||
|
||||
public TestMethod(TestMethodCfg cfg)
|
||||
: base(cfg)
|
||||
|
||||
Reference in New Issue
Block a user