Naming fixes.

This commit is contained in:
2020-07-20 21:11:32 +01:00
parent c58c0fd1f8
commit 6220425ac6
525 changed files with 15675 additions and 15524 deletions

View File

@@ -36,37 +36,37 @@ namespace Aaru.Tests.Filesystems
[TestFixture]
public class Ocfs2
{
readonly string[] testfiles =
readonly string[] _testfiles =
{
"linux.aif"
};
readonly ulong[] sectors =
readonly ulong[] _sectors =
{
104857600
};
readonly uint[] sectorsize =
readonly uint[] _sectorsize =
{
512
};
readonly long[] clusters =
readonly long[] _clusters =
{
104856192
};
readonly int[] clustersize =
readonly int[] _clustersize =
{
512
};
readonly string[] volumename =
readonly string[] _volumename =
{
"Volume label"
};
readonly string[] volumeserial =
readonly string[] _volumeserial =
{
"UNKNOWN"
};