[ 
https://issues.apache.org/jira/browse/DERBY-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846477#action_12846477
 ] 

Denis Weerasiri commented on DERBY-4561:
----------------------------------------

Hi Sylvain,
I'm really embarrassed and sorry for failing the tests again and again.
Do you add specific jars classes to the classpath. I have added all the jars in 
"tools/java".

I use 
sh$ ant clean && ant all && java 
org.apache.derbyTesting.functionTests.harness.RunSuite derbytools
sh$ cat derbytools_report.txt | sed -n '/^Summary/,/----/p'

And the out put is always

Summary results:

Test Run Started: 2010-03-17 20:45:56.0
Test Run Duration: 00:00:02

0 Tests Run
 0% Pass (0 tests passed)
 0% Fail (0 tests failed)
6 Suites skipped
------------------------------------------------------

Why always the tests get skipped? (I ran a junit test, and it works)

> Help in ij should fit in 80 columns terminal
> --------------------------------------------
>
>                 Key: DERBY-4561
>                 URL: https://issues.apache.org/jira/browse/DERBY-4561
>             Project: Derby
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Sylvain Leroux
>            Priority: Trivial
>         Attachments: derby-4561-patch-1.diff, derby-4561-patch-2.diff
>
>
> In ij, some statements seem to assume 80 columns terminal to format their 
> output (SHOW FUNCTION, SHOW PROCEDURE).
> But not HELP.
> HELP should assume the same defaults in order to fit nicely in 80 columns 
> terminal. An other option would be to dynamically adjust the display to the 
> real terminal width - but I don't know if there is a portable way of doing 
> this in Java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to