Hi Tomas, I've checked the code and this issue has actually been fixed on the 28/11/2002 by Chris Lenz. Thus it is fixed in Cactus 1.5dev. Whenever you want to use Cactus again for your tests, make sure you pick a 1.5+ version. ATM, the 1.5 version is not yet released and is available in the nightly build area.
Thanks -Vincent > -----Original Message----- > From: Tomas Bornefall (EAB) [mailto:[EMAIL PROTECTED]] > Sent: 06 February 2003 08:54 > To: 'Vincent Massol' > Subject: RE: Problems with Tomcat Quick start XSL transformation in IE 6 > > Hello Vincent, > I am very sorry for my delayed response. I tried to check this but ended > up without understanding how to check it. Can I in some way change the > comma in the generated test report xml to a dot? If you have some hint, I > can help you to test this using my localization etc. > > I do not current use cactus for servlet testing, so I left the Cactus > Users List, I think that any replies from me to the list engine just will > bounce. However, I might use Cactus > later, or maybe HTTPUnit's ServletUnit. > > Kind regards > > Tomas > > > -----Original Message----- > > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > > Sent: den 31 januari 2003 22:14 > > To: 'Cactus Users List' > > Cc: [EMAIL PROTECTED] > > Subject: RE: Problems with Tomcat Quick start XSL > > transformation in IE 6 > > > > > > Ah. I think I get it! It must be because of the comma "," > > (instead of a > > "."). My guess is that the junit-noframes.xsl is computing the > > percentage of test failed and success and it fails because it is not > > i8n-aware... > > > > Can you confirm this to be the problem? > > > > Thanks > > -Vincent > > > > > -----Original Message----- > > > From: Tomas Bornefall (EAB) [mailto:[EMAIL PROTECTED]] > > > Sent: 13 January 2003 07:48 > > > To: 'Cactus Users List' > > > Subject: RE: Problems with Tomcat Quick start XSL > > transformation in IE > > 6 > > > > > > Hi Vincent, > > > > > > my XML output looks like the example in the quick start > > tutorial. Here > > is > > > my output: > > > > > > <?xml version="1.0" encoding="UTF-8" ?> > > > <?xml-stylesheet type="text/xsl" href="junit-noframes.xsl"?> > > > <testsuites> > > > <testsuite name="TestSampleServlet" tests="1" failures="0" > > errors="0" > > > time="1,232"> > > > <testcase name="testSaveToSessionOK" time="1,001"> > > > </testcase> > > > </testsuite> > > > </testsuites> > > > > > > Kind regards > > > > > > Tomas > > > > > > > > > > > > > -----Original Message----- > > > > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > > > > Sent: den 12 januari 2003 21:45 > > > > To: 'Cactus Users List' > > > > Cc: [EMAIL PROTECTED] > > > > Subject: RE: Problems with Tomcat Quick start XSL > > > > transformation in IE 6 > > > > > > > > > > > > Hi Tomas, > > > > > > > > That's very strange as it should work fine with IE 6.0. Can > > > > you send the > > > > xml output (view source in the browser) to the list with the > > > > junit-noframes.xsl you are using, and I'll try it on my machine. > > > > > > > > Note: The server side transformation is already implemented in > > Cactus > > > > 1.5 which is not released yet. However, you can get it from the > > Cactus > > > > nightly builds area. > > > > > > > > Thanks > > > > -Vincent > > > > > > > > > -----Original Message----- > > > > > From: Tomas Bornefall (EAB) > > [mailto:[EMAIL PROTECTED]] > > > > > Sent: 10 January 2003 11:07 > > > > > To: '[EMAIL PROTECTED]' > > > > > Subject: Problems with Tomcat Quick start XSL > > transformation in IE > > 6 > > > > > > > > > > Hi, > > > > > > > > > > I followed the Quick start tutorial: > > > > > > > > > > http://jakarta.apache.org/cactus/howto_tomcat.html > > > > > > > > > > and everything was OK until the last step, transforming the > > > > XML output > > > > to > > > > > HTTP in the browser. With Sun j2se-1.4.1-01, > > tomcat-4.1.18-LE-jdk14, > > > > > jakarta-cactus-13-1.4.1 and IE 6.0.2600.0000CO on Win2000 > > > > SP3 I got a > > > > > transformation without explicit error messages but "Unit > > > > Test Results" > > > > was > > > > > presented at the bottom of the page, the "Package" and "Summary" > > > > tables > > > > > was not presented and for the Summary only the heading was > > > > presented. > > > > > "Summary" was also under "TestCase" > > > > > > > > > > The following texts (that looks like Javascript > > errors?) was also > > > > shown in > > > > > the transformed page: > > > > > > > > > > javascript:displayProperties('.'); Properties > > > > > > > > > > > cur = TestCases['.'] = new Array(); cur[''] = ''; > > > > > > > > > > At the bottom of the page there was also "Name Tests Errors > > Failures > > > > > Time(s) Name Tests Errors Failures Time(s) Name Status Type > > Time(s) > > > > > Failure Error Error Failure Error Success N/A > > > > > \' \\" > > > > > > > > > > "View source" in IE only gives me the XML, I do not know how to > > see > > > > the > > > > > generated HTML. > > > > > > > > > > Replacing the junit-noframes.xsl with the one coming with > > ant.1.5.1 > > > > did > > > > > not help. > > > > > > > > > > I saw some earlier discussions about in-browser transformation > > > > problems > > > > > and a suggestion to include server side transformation in > > > > Cactus. This > > > > > seems to be a very god idea. But until this is done, do anyone > > have > > > > any > > > > > suggestions? > > > > > > > > > > Kind regards > > > > > > > > > > Tomas Bornefall > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: <mailto:cactus-user- > > > > > [EMAIL PROTECTED]> > > > > > For additional commands, e-mail: <mailto:cactus-user- > > > > > [EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:cactus-user- > > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:cactus-user- > > > [EMAIL PROTECTED]> > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
