[
https://issues.apache.org/jira/browse/DERBY-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583333#action_12583333
]
Kathey Marsden commented on DERBY-3572:
---------------------------------------
Thanks Junjie for the patch.
I went ahead and committed this patch, but I had to hand edit the patch
because it had your full path in the diff. Patches should be made from the top
of the source tree, so should look like:
Index: java/testing/README.htm
===================================================================
--- java/testing/README.htm (revision 641957)
+++ java/testing/README.htm (working copy)
There were also some non-ascii characters in the patch which I removed.
Maybe next time use svn diff from the top of the source tree to make your patch.
> directory error in the file "java/testing/README.htm"
> -----------------------------------------------------
>
> Key: DERBY-3572
> URL: https://issues.apache.org/jira/browse/DERBY-3572
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.3.2.1
> Reporter: Junjie Peng
> Assignee: Junjie Peng
> Priority: Minor
> Attachments: derby-3572.patch, README.htm
>
> Original Estimate: 0.02h
> Remaining Estimate: 0.02h
>
> In the document "db-derby-10.3.2.1-src/java/testing/Readme.txt", there is a
> bug. In section "2. QuickStart 2.1 running tests", It says:
>
> "
> To run a suite:
> syntax:
> java -D<testproperty>
> org.apache.derbyTesting.functionTests.harness.RunSuite <testsuite>
> where
> *
> <testproperty> are test specific properties, such as 'verbose' for
> the RunSuite class.
> *
> <testsuite> is one of the suites under org/apache/derbyTesting/suites
> for example for running the suite derbylang:
> java -Dverbose=true org.apache.derbyTesting.functionTests.harness.RunSuite
> derbylang
> "
> However, the sentence "<testsuite> is one of the suites under
> org/apache/derbyTesting/suites
> " should be replaced with " <testsuite> is one of the suites under
> org/apache/derbyTesting/functionTests/suites".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.