2022-03-07 07:36:44 +00:00
|
|
|
namespace Aaru.Tests.Issues;
|
|
|
|
|
|
2021-03-07 22:31:03 +00:00
|
|
|
using System.IO;
|
|
|
|
|
using NUnit.Framework;
|
|
|
|
|
|
2022-03-06 13:29:38 +00:00
|
|
|
/*
|
|
|
|
|
* SilasLaspada commented on Apr 18, 2020
|
|
|
|
|
*
|
|
|
|
|
* When running the entropy command on an NRG image, Aaru crashes with an unhandled exception. NRG image.zip
|
|
|
|
|
*/
|
2021-03-07 22:31:03 +00:00
|
|
|
|
2022-03-06 13:29:38 +00:00
|
|
|
// 20200621 CLAUNIA: Fixed in c80baa5efb4ea8a9e4347278086b2414469ae4c6
|
|
|
|
|
[TestFixture]
|
|
|
|
|
public class _338 : OpticalImageReadIssueTest
|
|
|
|
|
{
|
|
|
|
|
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue338");
|
|
|
|
|
public override string TestFile => "TempImage.nrg.xz";
|
2021-03-07 22:31:03 +00:00
|
|
|
}
|