개정판 3276cb1c
issue #00000 autoupdate 수정
Change-Id: Ib2423c882331bb465f05e21273e6b8242221fc27
MarkusAutoUpdate/src/NetSparkle.Tests/UtilitiesTests.cs | ||
---|---|---|
1 |
using System; |
|
1 |
using NetSparkleUpdater.AssemblyAccessors; |
|
2 |
using System; |
|
2 | 3 |
using Xunit; |
3 | 4 |
|
4 | 5 |
namespace NetSparkleUnitTests |
... | ... | |
40 | 41 |
abosluteURL = NetSparkleUpdater.Utilities.GetAbsoluteURL("./program.exe", "https://example.com/subfolder/appcast.xml"); |
41 | 42 |
Assert.Equal("https://example.com/subfolder/program.exe", abosluteURL.ToString()); |
42 | 43 |
} |
44 |
|
|
45 |
[Fact] |
|
46 |
public void AssemblyReflectionAccessorTest() |
|
47 |
{ |
|
48 |
//AssemblyReflectionAccessor assemblyReflectionAccessor = new AssemblyReflectionAccessor(@"D:\Source\Repos\MARKUS\publish\AppCast_DIG\5.4.1.0\Markus_5.4.1.0\KCOM.exe"); |
|
49 |
AssemblyReflectionAccessor assemblyReflectionAccessor = new AssemblyReflectionAccessor(@"C:\Program Files\Doftech\Markus\KCOM.exe"); |
|
50 |
} |
|
51 |
|
|
43 | 52 |
} |
44 | 53 |
} |
내보내기 Unified diff