Skip to content

Commit 1f1a837

Browse files
committed
Updating Tests
1 parent 9eb22bf commit 1f1a837

File tree

7 files changed

+197
-68
lines changed

7 files changed

+197
-68
lines changed

ParseInput.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public ParseInput(string rawFilePath, string rawDirectoryPath, string outputDire
151151
RawDirectoryPath = rawDirectoryPath;
152152
OutputDirectory = outputDirectory;
153153
OutputFormat = outputFormat;
154-
MgfPrecursor = true;
155154
}
156155

157156
public void InitializeS3Bucket()

Query/ProxiSpectrumReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public List<ProxiSpectrum> Retrieve()
256256
}
257257
else
258258
{
259-
throw ex;
259+
throw;
260260
}
261261
}
262262
}

ThermoRawFileParserTest/Data/TestFolderMgfs/NOTRAWFILE

Lines changed: 0 additions & 1 deletion
This file was deleted.
-1.43 MB
Binary file not shown.
-1.43 MB
Binary file not shown.

ThermoRawFileParserTest/ThermoRawFileParserTest.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
<None Update="Data\small2.RAW">
5353
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5454
</None>
55-
<None Update="Data\TestFolderMgfs\NOTRAWFILE">
56-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
57-
</None>
58-
<None Update="Data\TestFolderMgfs\small1.RAW">
59-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
60-
</None>
61-
<None Update="Data\TestFolderMgfs\small2.RAW">
62-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63-
</None>
6455
<None Update="Data\xic_in.json">
6556
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6657
</None>

ThermoRawFileParserTest/WriterTests.cs

Lines changed: 196 additions & 56 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)