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:
2020-06-07 06:36:15 +01:00
committed by GitHub
parent 978874aa05
commit 422c24145c
22 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ using CUETools.Codecs.Flake;
namespace CUETools.TestCodecs
{
/// <summary>
///This is a test class for CUETools.Codecs.FLAKE.FlakeWriter and is intended
///to contain all CUETools.Codecs.FLAKE.FlakeWriter Unit Tests
///This is a test class for CUETools.Codecs.Flake.FlakeWriter and is intended
///to contain all CUETools.Codecs.Flake.FlakeWriter Unit Tests
///</summary>
[TestClass()]
public class FlakeWriterTest