[jbossts-issues] [JBoss JIRA] Created: (JBTM-222) TestLevels common test does not work on Windows

Mark Little (JIRA) jira-events at lists.jboss.org
Sun May 27 14:39:08 EDT 2007


TestLevels common test does not work on Windows
-----------------------------------------------

                 Key: JBTM-222
                 URL: http://jira.jboss.com/jira/browse/JBTM-222
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Testing
    Affects Versions: 4.2.3.SP3
         Environment: Windows XP SP2. JRockit 5.0.
            Reporter: Mark Little
         Assigned To: Jonathan Halliday
             Fix For: 4.4


TestLevels.java doesn't run correctly on Windows. It looks as though there could be a few things wrong:

(i) log4j isn't initialised correctly (though that could be local to my environment).
(ii) the test doesn't account for the differences in Windows versus Un*x formatting, so for example where there should only be 5 lines of debugging (and are on Un*x), there are 9 on Windows because there are 4 blank lines.
(iii) the resource bundle TestLevels_en_GB is not picked up, so the regex fails.
(iv) naming of threads is slightly different on Windows to Un*x

.line 0 DEBUG [main] (TestLevels.java:89) com.hp.mwtests.commonlogging.testlevels.TestLevels.writeLogMessages(TestLevels.java:89) - [testMessage] This is the 1st message, logged at level debug.

.line 0 DEBUG [Main Thread] (TestLevels.java:89) com.hp.mwtests.commonlogging.testlevels.TestLevels.writeLogMessages(TestLevels.java:89) - no default resource bundle set for this logger: [key='testMessage']1st, debug,

I'm using JRockit and am unsure which of the above are due entirely to my setup, but if at least one of them is general it will cause the test to fail on Windows anyway.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossts-issues mailing list