Commit information:
Commit id: 0877c51cea0da8259a801755f74f4defecd1dcf0
fix unit tests
Committed by: Laurent
Author Name: Laurent
Commit date: 2015-02-08 11:47:24 +0000
Author date: 2015-02-08 11:47:24 +0000
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@99207 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -6,8 +6,8 @@ test_mzid <- function() { |
6 | 6 |
y <- mzID(file) |
7 | 7 |
fy <- flatten(y) |
8 | 8 |
s <- score(x) |
9 |
- checkTrue(identical(s$X_Tandem_hyperscore, fy$"x\\!tandem:hyperscore")) |
|
10 |
- checkTrue(identical(s$X_Tandem_expect, fy$"x\\!tandem:expect")) |
|
9 |
+ checkTrue(identical(s$X.Tandem.hyperscore, fy$"x\\!tandem:hyperscore")) |
|
10 |
+ checkTrue(identical(s$X.Tandem.expect, fy$"x\\!tandem:expect")) |
|
11 | 11 |
p <- psms(x) |
12 | 12 |
checkTrue(identical(as.character(p$spectrumID), fy$spectrumid)) |
13 | 13 |
checkTrue(identical(as.character(p$post), fy$post)) |