[Eventstudies-commits] r91 - pkg/inst/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 16 12:59:44 CEST 2013
Author: chiraganand
Date: 2013-07-16 12:59:44 +0200 (Tue, 16 Jul 2013)
New Revision: 91
Modified:
pkg/inst/tests/test_eventstudy.R
pkg/inst/tests/test_inr_inference.R
Log:
Fixed test cases names
Modified: pkg/inst/tests/test_eventstudy.R
===================================================================
--- pkg/inst/tests/test_eventstudy.R 2013-07-16 10:52:39 UTC (rev 90)
+++ pkg/inst/tests/test_eventstudy.R 2013-07-16 10:59:44 UTC (rev 91)
@@ -1,6 +1,6 @@
context("phys2eventtime")
-test_that("test.eventstudy", {
+test_that("test.phys2eventtime", {
# An example dataset, with 3 firms --
p <- structure(c(33.16, 34.0967, 35.3683, 34.46, 34.17, 35.89, 36.19,
Modified: pkg/inst/tests/test_inr_inference.R
===================================================================
--- pkg/inst/tests/test_inr_inference.R 2013-07-16 10:52:39 UTC (rev 90)
+++ pkg/inst/tests/test_inr_inference.R 2013-07-16 10:59:44 UTC (rev 91)
@@ -1,4 +1,4 @@
-context("Event study")
+context("INR Inference")
test_that("test.inr.inference", {
library(eventstudies)
More information about the Eventstudies-commits
mailing list