[Rprotobuf-commits] r546 - pkg/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 15 01:29:52 CET 2013


Author: murray
Date: 2013-12-15 01:29:52 +0100 (Sun, 15 Dec 2013)
New Revision: 546

Modified:
   pkg/inst/unitTests/runit.bytes.R
Log:
Fix typo.



Modified: pkg/inst/unitTests/runit.bytes.R
===================================================================
--- pkg/inst/unitTests/runit.bytes.R	2013-12-15 00:27:42 UTC (rev 545)
+++ pkg/inst/unitTests/runit.bytes.R	2013-12-15 00:29:52 UTC (rev 546)
@@ -24,5 +24,5 @@
     # Test raw(10) can be set to a single req field.
     test$req <- raw(10)
     checkEquals(length(test$req), 10)
-    checkTrue(all(blob$content == raw(10)))
+    checkTrue(all(test$req == raw(10)))
 }



More information about the Rprotobuf-commits mailing list