mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 10:16:55 +02:00
- fixed Nuget hell: (auto) binding redirects to prevent compiler warning flood and ensure unit tests to be runnable
- put file name in Sqlite connect string in quotes - improvements to Mediatek Philips 120+125/Sony serializer (physically reorder XML nodes, use flags stored in Java serialized blob) - selecting a RefList changed the current working directory, which prevented .ini files to be found by loaders
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Linq;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using ChanSort.Api;
|
||||
using ChanSort.Loader.Hisense;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
@@ -8,6 +9,14 @@ namespace Test.Loader.Hisense.ChannelDb
|
||||
[TestClass]
|
||||
public class HisenseChannelDbTest
|
||||
{
|
||||
static HisenseChannelDbTest()
|
||||
{
|
||||
foreach (var ass in AppDomain.CurrentDomain.GetAssemblies())
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine(ass.GetName().FullName+ ": GAC=" + ass.GlobalAssemblyCache + "; " + ass.Location);
|
||||
}
|
||||
}
|
||||
|
||||
#region TestSatChannelsAddedToCorrectLists
|
||||
[TestMethod]
|
||||
public void TestSatChannelsAddedToCorrectLists()
|
||||
|
||||
Reference in New Issue
Block a user