This commit is contained in:
2022-07-03 14:50:57 +01:00
parent a84e1d9750
commit 2dcf1a2806
18 changed files with 166 additions and 98 deletions

View File

@ -9,6 +9,7 @@ using Newtonsoft.Json;
using isn.Abstract;
using System.Linq;
using Xunit;
using isn.abst;
namespace isn.tests
{
@ -60,7 +61,8 @@ dataTable.Rows.Add(dataRow);
public void TestPush()
{
Program.LoadConfig();
var report = Program.PushPkg(new string[] { "/home/paul/Nupkgs/Yavsc.Abstract.1.0.8.nupkg" });
var report = Program.PushPkg(new string[] { "/home/paul/Nupkgs/Yavsc.Abstract.1.0.8."
+ Constants.PaquetFileEstension });
}
[Fact]