[Genabel-commits] r1961 - pkg/MixABEL/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri May 1 14:56:36 CEST 2015


Author: lckarssen
Date: 2015-05-01 14:56:35 +0200 (Fri, 01 May 2015)
New Revision: 1961

Modified:
   pkg/MixABEL/inst/unitTests/runit.iterator.R
Log:
Fix an error in one of MixABEL's RUnit tests.


Modified: pkg/MixABEL/inst/unitTests/runit.iterator.R
===================================================================
--- pkg/MixABEL/inst/unitTests/runit.iterator.R	2015-05-01 12:51:22 UTC (rev 1960)
+++ pkg/MixABEL/inst/unitTests/runit.iterator.R	2015-05-01 12:56:35 UTC (rev 1961)
@@ -65,7 +65,7 @@
 	dataNew <- as(dataReal,"databel")
 	
 	checkIdentical(dataReal,as.double(dataOld))
-	checkIdentical(dataReal,as(dataNew,"matrix"))
+	checkEquals(dataReal,as(dataNew,"matrix"))
 	
 	in_data <- list(dataNew at data,dataOld at gtps,dataReal) 
 	out_data <- list("R","file")



More information about the Genabel-commits mailing list