Remove Duplicate Test
This commit is contained in:
parent
653c894865
commit
b783ccb964
@ -183,8 +183,6 @@ public class PCL : LoggingUnitTesting, IDisposable
|
|||||||
Assert.IsTrue(string.IsNullOrEmpty(descriptor.Employee));
|
Assert.IsTrue(string.IsNullOrEmpty(descriptor.Employee));
|
||||||
descriptor = ProcessData.GetDescriptor("B48");
|
descriptor = ProcessData.GetDescriptor("B48");
|
||||||
Assert.IsTrue(descriptor.Lot == "B48");
|
Assert.IsTrue(descriptor.Lot == "B48");
|
||||||
descriptor = ProcessData.GetDescriptor("B48");
|
|
||||||
Assert.IsTrue(descriptor.Lot == "B48");
|
|
||||||
Assert.IsTrue(string.IsNullOrEmpty(descriptor.Layer));
|
Assert.IsTrue(string.IsNullOrEmpty(descriptor.Layer));
|
||||||
Assert.IsTrue(string.IsNullOrEmpty(descriptor.PSN));
|
Assert.IsTrue(string.IsNullOrEmpty(descriptor.PSN));
|
||||||
Assert.IsTrue(string.IsNullOrEmpty(descriptor.PSN));
|
Assert.IsTrue(string.IsNullOrEmpty(descriptor.PSN));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user