- bug fixed when component (class) in the DB does not exist in the code

- preparing FixedStartMassCollection sequence
This commit is contained in:
Milan Hanajik
2014-09-16 12:04:08 +02:00
parent c187dc9abf
commit a79be1e07a
11 changed files with 41 additions and 30 deletions
@@ -12,8 +12,6 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
public class FlyingStartCollectionMethodSeq : Sequences.SequenceBase
{
private static readonly ILog log = LogManager.GetLogger(typeof(FlyingStartCollectionMethodSeq));
private static readonly ILog allResults = LogManager.GetLogger("AllResults");
private static readonly ILog summaryResults = LogManager.GetLogger("SummaryResults");
/// <summary>
/// Flying start mass collection method sequence
@@ -142,6 +140,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
while (!e.Contains(Event.FlowReached));
flow_set:
int time = StateMachine.Time;
float currentFlow = refFlow.Val;