mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Naming fixes.
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user