개정판 9e974b65
issue #000 TEST 프로젝트 수정.
Change-Id: I1d49f5584f049a3e1b40fcc11105b58a9c55334e
ConvertService/ServiceBase/Markus.Service.DataBase.Test/DataBaseServiceproperties.cs | ||
---|---|---|
22 | 22 |
|
23 | 23 |
foreach (var serviceproperty in sERVICEPROPERTIEs) { |
24 | 24 |
Console.WriteLine($"ID : {serviceproperty.ID}"); |
25 |
Assert.Pass(serviceproperty.ID.ToString()); |
|
25 | 26 |
break; |
26 | 27 |
} |
27 | 28 |
} |
... | ... | |
40 | 41 |
if(serviceDatas.Count> 0) { |
41 | 42 |
var serviceproperty = repository.GetSingleAsync(serviceDatas[0].ID).GetAwaiter().GetResult(); |
42 | 43 |
Console.WriteLine($"ID : {serviceproperty.ID}"); |
44 |
Assert.Pass(serviceproperty.ID); |
|
43 | 45 |
} |
44 | 46 |
} |
45 | 47 |
} |
내보내기 Unified diff