개정판 9e974b65
issue #000 TEST 프로젝트 수정.
Change-Id: I1d49f5584f049a3e1b40fcc11105b58a9c55334e
ConvertService/ServiceBase/Markus.Service.DataBase.Test/DataBaseDocInfo.cs | ||
---|---|---|
14 | 14 |
using (Markus.Service.DataBase.Repositories.ConvertDocRepository repository = new Repositories.ConvertDocRepository(ConnectionStr, dbtype)) { |
15 | 15 |
newConvertDocID = repository.CreateAsync(ProjectNo, docUri, "111111").GetAwaiter().GetResult(); |
16 | 16 |
Console.WriteLine($"new id : {newConvertDocID}"); |
17 |
Assert.Pass(newConvertDocID); |
|
17 | 18 |
} |
18 | 19 |
|
19 | 20 |
if (!string.IsNullOrEmpty(newConvertDocID)) { |
... | ... | |
22 | 23 |
var result = repository.CreateAsync(newConvertDocID, 10).GetAwaiter().GetResult(); |
23 | 24 |
|
24 | 25 |
Console.WriteLine($"new id : {result}"); |
26 |
Assert.Pass(result); |
|
25 | 27 |
} |
26 | 28 |
} |
27 | 29 |
} |
내보내기 Unified diff