[Sciviews-commits] r396 - pkg/svUnit

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Sep 19 10:16:29 CEST 2011


Author: mariotomo
Date: 2011-09-19 10:16:29 +0200 (Mon, 19 Sep 2011)
New Revision: 396

Modified:
   pkg/svUnit/DESCRIPTION
   pkg/svUnit/LICENSE
   pkg/svUnit/NAMESPACE
   pkg/svUnit/NEWS
Log:
setting eol:style to native


Modified: pkg/svUnit/DESCRIPTION
===================================================================
--- pkg/svUnit/DESCRIPTION	2011-09-19 08:16:04 UTC (rev 395)
+++ pkg/svUnit/DESCRIPTION	2011-09-19 08:16:29 UTC (rev 396)
@@ -1,14 +1,14 @@
-Package: svUnit
-Type: Package
-Title: SciViews GUI API - Unit testing
-Depends: R (>= 1.9.0)
-Suggests: svGUI, datasets, utils, XML
-Description: A complete unit test system and functions to implement its GUI part
-Version: 0.7-6
-Date: 2010-09-30
-Author: Philippe Grosjean
-Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>
-License: GPL-2
-LazyLoad: yes
-URL: http://www.sciviews.org/SciViews-R
-BugReports: https://r-forge.r-project.org/tracker/?group_id=194
+Package: svUnit
+Type: Package
+Title: SciViews GUI API - Unit testing
+Depends: R (>= 1.9.0)
+Suggests: svGUI, datasets, utils, XML
+Description: A complete unit test system and functions to implement its GUI part
+Version: 0.7-6
+Date: 2010-09-30
+Author: Philippe Grosjean
+Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>
+License: GPL-2
+LazyLoad: yes
+URL: http://www.sciviews.org/SciViews-R
+BugReports: https://r-forge.r-project.org/tracker/?group_id=194


Property changes on: pkg/svUnit/DESCRIPTION
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: pkg/svUnit/LICENSE
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: pkg/svUnit/NAMESPACE
===================================================================
--- pkg/svUnit/NAMESPACE	2011-09-19 08:16:04 UTC (rev 395)
+++ pkg/svUnit/NAMESPACE	2011-09-19 08:16:29 UTC (rev 396)
@@ -1,68 +1,68 @@
-export(as.svSuite,
-       as.svTest,
-       checkEquals,
-       checkEqualsNumeric,
-       checkIdentical,
-       checkTrue,
-       checkException,
-       clearLog,
-       createLog,
-       DEACTIVATED,
-       errorLog,
-       guiSuiteAutoList,
-       guiSuiteList,
-       guiTestFeedback,
-       guiTestReport,
-       koUnit_isAutoTest,
-       koUnit_setAutoTest,
-       koUnit_runTest,
-       koUnit_showRUnitPane,
-       koUnit_version,
-       is.svSuite,
-       is.svSuiteData,
-       is.svTest,
-       is.svTestData,
-       is.test,
-       lastSuite,
-       lastTest,
-       Log,
-       makeUnit,
-       makeTestListFromExamples,
-       metadata,
-       protocol,
-       protocol_text,
-       protocol_junit,
-       runTest,
-       stats,
-       svSuite,
-       svSuiteList,
-       svTest,
-       test,
-       "test<-")
-
-S3method(makeUnit, default)
-S3method(makeUnit, svTest)
-S3method(makeUnit, svSuite)
-
-S3method(metadata, svSuiteData)
-
-S3method(print, svSuite)
-S3method(print, svSuiteData)
-S3method(print, svTest)
-S3method(print, svTestData)
-
-S3method(protocol, default)
-S3method(protocol_text, svSuiteData)
-S3method(protocol_junit, svSuiteData)
-S3method(protocol_junit, svTestData)
-
-S3method(runTest, default)
-S3method(runTest, svTest)
-S3method(runTest, svSuite)
-S3method(runTest, list)
-
-S3method(stats, svSuiteData)
-S3method(stats, svTestData)
-
-S3method(summary, svSuiteData)
-S3method(summary, svTestData)
+export(as.svSuite,
+       as.svTest,
+       checkEquals,
+       checkEqualsNumeric,
+       checkIdentical,
+       checkTrue,
+       checkException,
+       clearLog,
+       createLog,
+       DEACTIVATED,
+       errorLog,
+       guiSuiteAutoList,
+       guiSuiteList,
+       guiTestFeedback,
+       guiTestReport,
+       koUnit_isAutoTest,
+       koUnit_setAutoTest,
+       koUnit_runTest,
+       koUnit_showRUnitPane,
+       koUnit_version,
+       is.svSuite,
+       is.svSuiteData,
+       is.svTest,
+       is.svTestData,
+       is.test,
+       lastSuite,
+       lastTest,
+       Log,
+       makeUnit,
+       makeTestListFromExamples,
+       metadata,
+       protocol,
+       protocol_text,
+       protocol_junit,
+       runTest,
+       stats,
+       svSuite,
+       svSuiteList,
+       svTest,
+       test,
+       "test<-")
+
+S3method(makeUnit, default)
+S3method(makeUnit, svTest)
+S3method(makeUnit, svSuite)
+
+S3method(metadata, svSuiteData)
+
+S3method(print, svSuite)
+S3method(print, svSuiteData)
+S3method(print, svTest)
+S3method(print, svTestData)
+
+S3method(protocol, default)
+S3method(protocol_text, svSuiteData)
+S3method(protocol_junit, svSuiteData)
+S3method(protocol_junit, svTestData)
+
+S3method(runTest, default)
+S3method(runTest, svTest)
+S3method(runTest, svSuite)
+S3method(runTest, list)
+
+S3method(stats, svSuiteData)
+S3method(stats, svTestData)
+
+S3method(summary, svSuiteData)
+S3method(summary, svTestData)


Property changes on: pkg/svUnit/NAMESPACE
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: pkg/svUnit/NEWS
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the Sciviews-commits mailing list