From 5fe339215bd81bbdc0771560774668d0b748dcd5 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 30 Oct 2010 11:24:03 +0000 Subject: [PATCH] Use the jstestdriver coverage plugin. svn path=/plone.app.discussion/trunk/; revision=40909 --- plone/app/discussion/tests/jsTestDriver.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plone/app/discussion/tests/jsTestDriver.conf b/plone/app/discussion/tests/jsTestDriver.conf index 3a69f40..91f5953 100644 --- a/plone/app/discussion/tests/jsTestDriver.conf +++ b/plone/app/discussion/tests/jsTestDriver.conf @@ -11,3 +11,9 @@ load: # And this loads the source files we are testing - ../browser/javascripts/*.js + +plugin: + - name: "coverage" + jar: "../../../../parts/jstestdriver/coverage.jar" + module: "com.google.jstestdriver.coverage.CoverageModule" + \ No newline at end of file