mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix case collision between FLAKE and Flake. (#52)
* Fix case collision between FLAKE and Flake. * Keep only necessary changes of PR#52 Co-authored-by: Wolfgang Stöggl <c72578@yahoo.de>
This commit is contained in:
@@ -25,7 +25,7 @@ using System.Security.Cryptography;
|
|||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using CUETools.Codecs;
|
using CUETools.Codecs;
|
||||||
using CUETools.Codecs.FLAKE;
|
using CUETools.Codecs.Flake;
|
||||||
using GASS.CUDA;
|
using GASS.CUDA;
|
||||||
using GASS.CUDA.Types;
|
using GASS.CUDA.Types;
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ using System.Collections.Generic;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using CUETools.Codecs;
|
using CUETools.Codecs;
|
||||||
using CUETools.Codecs.FLAKE;
|
using CUETools.Codecs.Flake;
|
||||||
using CUETools.Codecs.FlaCuda;
|
using CUETools.Codecs.FlaCuda;
|
||||||
|
|
||||||
namespace CUETools.FlaCudaExe
|
namespace CUETools.FlaCudaExe
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ using CUETools.Codecs.Flake;
|
|||||||
namespace CUETools.TestCodecs
|
namespace CUETools.TestCodecs
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///This is a test class for CUETools.Codecs.FLAKE.FlakeWriter and is intended
|
///This is a test class for CUETools.Codecs.Flake.FlakeWriter and is intended
|
||||||
///to contain all CUETools.Codecs.FLAKE.FlakeWriter Unit Tests
|
///to contain all CUETools.Codecs.Flake.FlakeWriter Unit Tests
|
||||||
///</summary>
|
///</summary>
|
||||||
[TestClass()]
|
[TestClass()]
|
||||||
public class FlakeWriterTest
|
public class FlakeWriterTest
|
||||||
|
|||||||
Reference in New Issue
Block a user