[Phylobase-commits] r944 - in pkg: inst/unitTests tests/testthat

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 8 00:13:01 CEST 2014


Author: francois
Date: 2014-05-08 00:13:00 +0200 (Thu, 08 May 2014)
New Revision: 944

Added:
   pkg/tests/testthat/test.pdata.R
Removed:
   pkg/inst/unitTests/runit.pdata.R
Log:
move/update pdata tests

Deleted: pkg/inst/unitTests/runit.pdata.R
===================================================================
--- pkg/inst/unitTests/runit.pdata.R	2014-05-07 22:11:44 UTC (rev 943)
+++ pkg/inst/unitTests/runit.pdata.R	2014-05-07 22:13:00 UTC (rev 944)
@@ -1,21 +0,0 @@
-#
-# --- Test pdata.R ---
-#
-
-test.pdata <- function() {
-    # function(data,type,comment,metadata)
-}
-
-test.check_pdata <- function() {
-}
-
-test.extract.pdata <- function() {
-    # test "[" and "[["
-}
-
-test.assign.pdata <- function() {
-    # test "[<-" and "[[<-"
-}
-
-test.plot.pdata <- function() {
-}

Copied: pkg/tests/testthat/test.pdata.R (from rev 880, pkg/inst/unitTests/runit.pdata.R)
===================================================================
--- pkg/tests/testthat/test.pdata.R	                        (rev 0)
+++ pkg/tests/testthat/test.pdata.R	2014-05-07 22:13:00 UTC (rev 944)
@@ -0,0 +1,21 @@
+#
+# --- Test pdata.R ---
+#
+
+## test.pdata <- function() {
+##     # function(data,type,comment,metadata)
+## }
+
+## test.check_pdata <- function() {
+## }
+
+## test.extract.pdata <- function() {
+##     # test "[" and "[["
+## }
+
+## test.assign.pdata <- function() {
+##     # test "[<-" and "[[<-"
+## }
+
+## test.plot.pdata <- function() {
+## }



More information about the Phylobase-commits mailing list