cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util/test MIMEUtilsTestCase.java

2003-06-01 Thread jefft
jefft 2003/06/01 02:17:01 Modified:src/java/org/apache/cocoon/util MIMEUtils.java Added: src/java/org/apache/cocoon/util mime.types src/test/org/apache/cocoon/util/test MIMEUtilsTestCase.java Log: Read MIME type <--> file extension mappings from a mime

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util IOUtilsTest.java

2003-05-31 Thread jefft
jefft 2003/05/31 05:52:31 Removed: src/test/org/apache/cocoon/util IOUtilsTest.java Log: Replaced by tests/IOUtilsTestCase.java

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util/test IOUtilsTestCase.java

2003-05-31 Thread jefft
jefft 2003/05/31 05:51:53 Modified:src/test/org/apache/cocoon/util/test IOUtilsTestCase.java Log: Add some tests from ../IOUtilsTest.java Revision ChangesPath 1.3 +3 -1 cocoon-2.1/src/test/org/apache/cocoon/util/test/IOUtilsTestCase.java Index

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java

2003-05-31 Thread jefft
jefft 2003/05/31 05:42:39 Modified:src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java Log: Update CommandLineContext to reflect that getResource() on a nonexistent resource should return null, as per servlet docs

Re: Wiki grammar selft-test created

2003-03-27 Thread Bertrand Delacretaz
Le Jeudi, 27 mars 2003, à 11:20 Europe/Zurich, Stephan Michels a écrit : ...Test 1.2: The current concept was to separate the sections by the titles. ! = root level section, !! = subsection, !!! subsubsection etc. The grammar is designed to expect text after a title, which fill the section. So

Re: Wiki grammar selft-test created

2003-03-27 Thread Stephan Michels
On Wed, 26 Mar 2003, Bertrand Delacretaz wrote: > I have added a self-describing test of the Chaperon Wiki grammar under > src/blocks/chaperon/samples, accessible from > http://localhost:/samples/chaperon/wikitest/selftest.html . Reading > the resulting document tells you ab

Wiki grammar selft-test created

2003-03-26 Thread Bertrand Delacretaz
I have added a self-describing test of the Chaperon Wiki grammar under src/blocks/chaperon/samples, accessible from http://localhost:/samples/chaperon/wikitest/selftest.html . Reading the resulting document tells you about the test results. Please add test cases if you discover or know

Re: cvs commit: cocoon-2.1/src/targets compile-build.xml docs-build.xmlforrest-build.xml ide-build.xml init-build.xml samples-build.xml test-build.xmlvalidate-build.xml webapp-build.xml

2003-03-22 Thread Stephan Michels
.xml ide-build.xml init-build.xml > > samples-build.xml test-build.xml validate-build.xml > > webapp-build.xml > > Log: > > Using the statement, which Ant 1.6+ offers. Solving load issues > > by using the basedir prope

Re: cvs commit: cocoon-2.1/src/targets compile-build.xml docs-build.xmlforrest-build.xml ide-build.xml init-build.xml samples-build.xml test-build.xmlvalidate-build.xml webapp-build.xml

2003-03-22 Thread Stefano Mazzocchi
[EMAIL PROTECTED] wrote: stephan 2003/03/22 07:05:39 Modified:.build.new.xml src/targets compile-build.xml docs-build.xml forrest-build.xml ide-build.xml init-build.xml samples-build.xml test-build.xml validate

Re: thanks for fixing build test

2003-03-20 Thread Jeff Turner
On Thu, Mar 20, 2003 at 08:12:08AM -0500, Vadim Gritsenko wrote: > David Crossley wrote: > > >Hi Vadim, many thanks to you for fixing the "build test". > > > > > > anteater ain't fixed yet: don't know how to make it work for *nix and > win

Re: thanks for fixing build test

2003-03-20 Thread Vadim Gritsenko
David Crossley wrote: Hi Vadim, many thanks to you for fixing the "build test". anteater ain't fixed yet: don't know how to make it work for *nix and win with same command Vadim

Re: Please test catalog entity resolver (mac osx passes)

2003-03-20 Thread Stefano Mazzocchi
Bertrand Delacretaz wrote: Le Jeudi, 20 mars 2003, à 08:51 Europe/Zurich, David Crossley a écrit : ...By the way, how is your new Mac going (says me jealously)? Just great - a mobile unix-based system combined with the cool desktop and media tools is a developer's dream come true IMHO. Amen, bro

Re: Please test catalog entity resolver (mac osx passes)

2003-03-20 Thread Bertrand Delacretaz
Le Jeudi, 20 mars 2003, à 08:51 Europe/Zurich, David Crossley a écrit : ...By the way, how is your new Mac going (says me jealously)? Just great - a mobile unix-based system combined with the cool desktop and media tools is a developer's dream come true IMHO. -Bertrand

Re: Please test catalog entity resolver (mac osx passes)

2003-03-19 Thread David Crossley
tities in catalog-demo.xml are resolved correctly, > as well as the ones in the footer. If you can see the page at all, then it is working. > sdocbook-demo looks fine too after the required configuration, I see > three sections and the cocoon logo on the page. That is great news Bertr

Re: Please test catalog entity resolver (mac osx passes)

2003-03-19 Thread Bertrand Delacretaz
Le Jeudi, 20 mars 2003, à 07:15 Europe/Zurich, David Crossley a écrit : ...There are two samples at http://localhost:/samples/catalog/welcome Hi David, catalog-demo works fine here (mac osx 10.2.3, JDK 1.4.1_01) as far as I can tell: all five entities in catalog-demo.xml are resolved correct

Please test catalog entity resolver

2003-03-19 Thread David Crossley
host:/samples/catalog/welcome We need to know that both samples work on all platforms. So far we have success reports from Carsten on w2k and me on linux. However we are the two developers, so that is not a good test. --David

thanks for fixing build test

2003-03-19 Thread David Crossley
Hi Vadim, many thanks to you for fixing the "build test". --David

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/generation PauseGenerator.java

2003-03-05 Thread cziegeler
cziegeler2003/03/05 23:22:44 Added: src/test/org/apache/cocoon/generation PauseGenerator.java Log: Adding pause generator for time tests Revision ChangesPath 1.1 xml-cocoon2/src/test/org/apache/cocoon/generation/PauseGenerator.java Index

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/util/test NetUtilsTestCase.java

2003-03-03 Thread bloritsch
bloritsch2003/03/03 11:32:32 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java src/test/org/apache/cocoon/components/source SourceResolverAdapter.java src/test/org/apache

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/validation/test ZValidationTest.java

2003-03-03 Thread bloritsch
bloritsch2003/02/26 11:05:12 Modified:src/test/org/apache/cocoon/components/validation/test ZValidationTest.java Log: Add imports to make this compile Revision ChangesPath 1.2 +4 -0 xml-cocoon2/src/test/org/apache/cocoon/components

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/validation/test ZNestedBean.java ZTestBean.java ZValidationTest.java zxmlform-sch-report-test.xml

2003-02-26 Thread stefano
stefano 2003/02/26 09:07:51 Added: src/test/org/apache/cocoon/components/validation/test ZNestedBean.java ZTestBean.java ZValidationTest.java zxmlform-sch-report-test.xml Log: moved out of the core Revision ChangesPath

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/validation/test - New directory

2003-02-26 Thread stefano
stefano 2003/02/26 09:07:22 xml-cocoon2/src/test/org/apache/cocoon/components/validation/test - New directory

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/validation - New directory

2003-02-26 Thread stefano
stefano 2003/02/26 09:07:04 xml-cocoon2/src/test/org/apache/cocoon/components/validation - New directory

cvs commit: xml-cocoon2/src/blocks/chaperon/samples/misc/test - New directory

2003-02-03 Thread stephan
stephan 2003/02/03 10:52:13 xml-cocoon2/src/blocks/chaperon/samples/misc/test - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/xml WhitespaceFilter.java

2003-01-31 Thread pier
pier2003/01/31 14:55:08 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java src/test/org/apache/cocoon/components/source SourceResolverAdapter.java src/test/org/apache

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/generation - New directory

2003-01-27 Thread stephan
stephan 2003/01/27 11:38:34 xml-cocoon2/src/test/org/apache/cocoon/generation - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/transformation - New directory

2003-01-27 Thread stephan
stephan 2003/01/27 11:38:34 xml-cocoon2/src/test/org/apache/cocoon/transformation - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/source - New directory

2003-01-27 Thread stephan
stephan 2003/01/27 11:38:34 xml-cocoon2/src/test/org/apache/cocoon/components/source - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/xml - New directory

2003-01-27 Thread stephan
stephan 2003/01/27 03:02:42 xml-cocoon2/src/test/org/apache/cocoon/xml - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test sendpage.js

2003-01-08 Thread ovidiu
ovidiu 2003/01/08 21:49:59 Modified:src/webapp/samples/flow/examples/test sendpage.js Log: Use the REPLACEME token for the Anteater test. Revision ChangesPath 1.2 +1 -1 xml-cocoon2/src/webapp/samples/flow/examples/test/sendpage.js Index: sendpage.js

cvs commit: xml-cocoon2/src/test/anteater flowscriptReload.xml

2003-01-08 Thread ovidiu
ovidiu 2003/01/08 17:49:48 Added: src/test/anteater flowscriptReload.xml Log: Anteater test for flow script reloading. Revision ChangesPath 1.1 xml-cocoon2/src/test/anteater/flowscriptReload.xml Index: flowscriptReload.xml

RSS feed for ApacheWiki now in beta test

2003-01-01 Thread Andrew C. Oliver
Give it a whirl: http://nagoya.apache.org/wiki/apachewikitest.cgi?action=rss If its good... I'll move it over in place of the existing script. Apparently it doesn't do everything in the RSS that would make some people happy... If you have suggestions, patch this: http://nagoya.apache.org/wiki/

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java ResolverImplTestCase.xtest

2002-12-19 Thread crossley
crossley2002/12/19 00:47:09 Modified:src/test/org/apache/cocoon/components/resolver/test Tag: cocoon_2_0_3_branch ResolverImplTestCase.java ResolverImplTestCase.xtest Log: Follow the move of the entity-resolver role to Excalibur

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest

2002-12-19 Thread crossley
crossley2002/12/19 00:18:27 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest Log: Follow the move to Excalibur EntityResolver. (Woops, forgot this vital piece from last commit.) Revision ChangesPath 1.6

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java

2002-12-18 Thread crossley
crossley2002/12/18 23:05:12 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java Log: Follow the move to Excalibur EntityResolver. Revision ChangesPath 1.5 +5 -3 xml-cocoon2/src/test/org/apache/cocoon

test

2002-12-13 Thread Niket Anand
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/util/test IOUtilsTestCase.java

2002-12-06 Thread huber
huber 2002/12/06 11:12:00 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java src

Re: [SHOWSTOPPER] Regression test fails

2002-12-04 Thread Christian Haul
ted sitemap supports > >InputModules as the 2.1 one does. And if we change just two days > >before release we should consider calling 2.0.4 a beta or release > >candidate to be sure it really is a sane switch. > > > > > > I ported the InputModule-enabled sitema

Re: [SHOWSTOPPER] Regression test fails

2002-12-03 Thread Vadim Gritsenko
Sylvain Wallez wrote: Vadim Gritsenko wrote: Hi all, I found out several failures on the following regression tests: 1) http://localhost:8080/cocoon/sub/xsp-dynamic test does not go through anymore: XSP generation date never changes (same for http://localhost:8080/cocoon/sub/all-dynamic

Re: [SHOWSTOPPER] Regression test fails

2002-12-03 Thread Sylvain Wallez
Vadim Gritsenko wrote: Hi all, I found out several failures on the following regression tests: 1) http://localhost:8080/cocoon/sub/xsp-dynamic test does not go through anymore: XSP generation date never changes (same for http://localhost:8080/cocoon/sub/all-dynamic) I introduced this

Re: [SHOWSTOPPER] Regression test fails

2002-12-03 Thread Sylvain Wallez
ported the InputModule-enabled sitemap from 2.1 to 2.0.4 a week ago, and I've been using it with no problems since then. Other people may want to test it before we officially make the switch. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apac

Re: [SHOWSTOPPER] Regression test fails

2002-12-03 Thread Christian Haul
On 03.Dec.2002 -- 06:38 PM, Marcus Crafter wrote: > On Tue, Dec 03, 2002 at 12:08:38PM -0500, Vadim Gritsenko wrote: > I think I remember somewhere a discussion about switching 2.0.3 branch > to use the interpreted sitemap by default - I don't remember the > outcome though - did w

Re: [SHOWSTOPPER] Regression test fails

2002-12-03 Thread Marcus Crafter
On Tue, Dec 03, 2002 at 12:08:38PM -0500, Vadim Gritsenko wrote: > 3) When root sitemap is generated from the sitemap.xmap file, Java > source file is wrongly created in > >...\jakarta-tomcat-4.1.16\work\Standalone\localhost\cocoon\cocoon-files\org\apache\cocoon\www\file_\C_\apache_bin\jakarta_t

[SHOWSTOPPER] Regression test fails

2002-12-03 Thread Vadim Gritsenko
Hi all, I found out several failures on the following regression tests: 1) http://localhost:8080/cocoon/sub/xsp-dynamic test does not go through anymore: XSP generation date never changes (same for http://localhost:8080/cocoon/sub/all-dynamic) 2) When XSP is generated from cocoon:/sub/xsp

cvs commit: xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/stores/bean/test - New directory

2002-10-29 Thread tcurdt
tcurdt 2002/10/29 07:08:48 xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/stores/bean/test - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL

cvs commit: xml-cocoon2/src/test/anteater sitemapReload.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 09:06:35 Modified:src/test/anteater sitemapReload.xml Log: Use a regexp pattern to check the value. Correctly identify the paragraph element containing the value. Revision ChangesPath 1.3 +2 -2 xml-cocoon2/src/test/anteater

cvs commit: xml-cocoon2/src/test/anteater all-tests.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:33:49 Modified:src/test/anteater all-tests.xml Log: Added deploy and init targets (deploy doesn't work for the moment). You can now run a single Anteater test case by running in the src/test/anteater directory the command: anteater -f all-test

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test sitemap.xmap

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:30:39 Modified:src/webapp/samples/flow/examples/test sitemap.xmap Log: Use @PARAMETER@ as the value to be replaced. Revision ChangesPath 1.2 +1 -1 xml-cocoon2/src/webapp/samples/flow/examples/test/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/test/anteater sitemapReload.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:30:11 Modified:src/test/anteater sitemapReload.xml Log: Use overwrite mode when copying files. Revision ChangesPath 1.2 +9 -7 xml-cocoon2/src/test/anteater/sitemapReload.xml Index: sitemapReload.xml

cvs commit: xml-cocoon2/src/test/anteater sitemapReload.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:01:14 Added: src/test/anteater sitemapReload.xml Log: Added. Tests the reloading of a modified sitemap. Revision ChangesPath 1.1 xml-cocoon2/src/test/anteater/sitemapReload.xml Index: sitemapReload.xml

cvs commit: xml-cocoon2/src/test/anteater all-tests.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:00:43 Modified:src/test/anteater all-tests.xml Log: Added the deploy target (not enabled right now because of some problems in Anteater. Revision ChangesPath 1.4 +13 -2 xml-cocoon2/src/test/anteater/all-tests.xml Index: all-tests.xml

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test/pages showString.xsp

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 01:59:57 Added: src/webapp/samples/flow/examples/test README.txt sendpage.js sitemap.xmap src/webapp/samples/flow/examples/test/pages showString.xsp Log: Added. Used for Anteater tests. Revision ChangesPath 1.1

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test/pages - New directory

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 01:59:23 xml-cocoon2/src/webapp/samples/flow/examples/test/pages - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test - New directory

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 01:59:08 xml-cocoon2/src/webapp/samples/flow/examples/test - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java

2002-09-27 Thread giacomo
SlideSource.java src/scratchpad/webapp/samples/slide web.xml src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java Log: remove Loggable in favor of LogEnabled (and all abstract classes there of

cvs commit: xml-cocoon2/src/test/anteater calc.xml

2002-09-05 Thread ovidiu
ovidiu 2002/09/05 17:25:49 Modified:src/test/anteater calc.xml Log: Modified to work with the latest Anteater changes. Revision ChangesPath 1.3 +10 -9 xml-cocoon2/src/test/anteater/calc.xml Index: calc.xml

cvs commit: xml-cocoon2/src/test/anteater all-tests.xml

2002-09-05 Thread ovidiu
ovidiu 2002/09/05 17:25:16 Modified:src/test/anteater all-tests.xml Log: Include Anteater.types to have the tests working with the latest Anteater changes. Revision ChangesPath 1.3 +1 -0 xml-cocoon2/src/test/anteater/all-tests.xml Index: all-tests.xml

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test IterationTestTag.java HelloWorldTag.java

2002-06-12 Thread froehlich
froehlich2002/06/12 09:50:00 Added: src/scratchpad/src/org/apache/cocoon/taglib/test IterationTestTag.java HelloWorldTag.java Log: applied patch from [EMAIL PROTECTED] . JSP like Tag-Library Implementation Revision ChangesPath 1.1

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test/acting TagtestAction.java

2002-06-12 Thread froehlich
froehlich2002/06/12 09:49:19 Added: src/scratchpad/src/org/apache/cocoon/taglib/test/acting TagtestAction.java Log: applied patch from [EMAIL PROTECTED] . JSP like Tag-Library Implementation Revision ChangesPath 1.1 xml

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test/acting - New directory

2002-06-12 Thread froehlich
froehlich2002/06/12 09:46:10 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test/acting - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test - New directory

2002-06-12 Thread froehlich
froehlich2002/06/12 09:46:07 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For

[TEST] Ignore please

2002-05-27 Thread Konstantin Piroumian
Sorry for inconvenience. _ Konstantin Piroumian Lead Developer ICQ#: 2297575 ( Work Tel#: +7 095 795 0520 * 1288 + More ways to contact me i See more about me _ -

cvs commit: xml-cocoon2/src/test/anteater calc.xml

2002-05-19 Thread ovidiu
ovidiu 02/05/19 12:38:56 Modified:src/test/anteater calc.xml Log: Use "cocoon" as property name instead of "schecoon". Revision ChangesPath 1.2 +1 -1 xml-cocoon2/src/test/anteater/calc.xml

cvs commit: xml-cocoon2/src/test/anteater all-tests.xml

2002-05-19 Thread ovidiu
ovidiu 02/05/19 12:38:17 Modified:src/test/anteater all-tests.xml Log: Use "cocoon" as property name instead of "schecoon". Revision ChangesPath 1.2 +2 -2 xml-cocoon2/src/test/anteater/all-tests.xml

cvs commit: xml-cocoon2/src/test/anteater all-tests.xml calc.xml

2002-05-19 Thread ovidiu
ovidiu 02/05/19 12:27:03 Added: src/test/anteater all-tests.xml calc.xml Log: Added the continuations based control flow layer from scratchpad/schecoon/. Revision ChangesPath 1.1 xml-cocoon2/src/test/anteater/all-tests.xml Index: all-tests.xml

cvs commit: xml-cocoon2/src/test/anteater - New directory

2002-05-19 Thread ovidiu
ovidiu 02/05/19 11:30:53 xml-cocoon2/src/test/anteater - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Getting test cases written

2002-05-18 Thread Andrew C. Oliver
something above that could be key ... if only > unit tests were interesting. I wonder if Cocoon could help > itself here. If the results of running the test suite were generated > as xml, we could have a Sample that demonstrates how happy > Cocoon is with its current state. The dev

Re: Getting test cases written

2002-05-18 Thread Andrew C. Oliver
Examples: 1. http://jakarta.apache.org/poi/tests/junit/ - unit test report for POI 2. http://cvs.apache.org/viewcvs/jakarta-poi/src/testcases/org/apache/poi/hssf/record/ - some unit tests (see root src/testcases for more) I started out very skeptical that it was worth the effort, but as our

Re: Getting test cases written

2002-05-18 Thread Ross Gardler
oks like good stuff). > > You mention something above that could be key ... if only > unit tests were interesting. I wonder if Cocoon could help > itself here. If the results of running the test suite were generated > as xml, we could have a Sample that demonstrates how happy &

Re: Getting test cases written

2002-05-18 Thread David Crossley
it Tests > were as interesting new code ;-) > > I should be able to spend a day on this next week, I'll come back > with a proposal about how to get started, and maybe even write the > odd test :-) I speak with absolutely no knowledge of this topic (though i certainly apprec

Re: Getting test cases written

2002-05-17 Thread Ross Gardler
in. On one of our projects we have just appointed someone to focus on testing, perhaps Cocoon could benifit from such an approach, if only Unit Tests were as interesting new code ;-) I should be able to spend a day on this next week, I'll come

Re: Getting test cases written

2002-05-16 Thread David Crossley
Ross Gardler wrote: > John Morrison wrote: > > > It looks like you've quite a lot of experience writting unit tests, > > would you mind giving us a hand starting them off? > > Our main interest is in the Portal stuff (what's the progress on > bringing that into the main branch) and the forms pr

Re: Getting test cases written

2002-05-16 Thread berni_huber
hi, having the wish to auto-generate TestCase for existing classes i used the doclet-API and Velocity template to generate TestCases for each class. I was even generating different TestCases for "normal" classes, and cocoon sitemap classes. bye bernhard ---

Re: Getting test cases written

2002-05-16 Thread Ross Gardler
Ivelin Ivanov wrote: > I would certainly appreciate some help with unit tests for the XMLForm > framework. > That is, if it satisfies your needs as a form handling solution. It certainly does, I will take a look when I get chance (at least a week away). > If there is no hard oposition, it ma

Re: Getting test cases written

2002-05-15 Thread Nicola Ken Barozzi
From: "Ivelin Ivanov" <[EMAIL PROTECTED]> > I would certainly appreciate some help with unit tests for the XMLForm > framework. ... > If there is no hard oposition, it may move to the main tree with the 2.1 > release. Cocoon needs a decent form system *badly*. + Committing alpha code now is g

Re: Getting test cases written

2002-05-15 Thread Ivelin Ivanov
I would certainly appreciate some help with unit tests for the XMLForm framework. That is, if it satisfies your needs as a form handling solution. If there is no hard oposition, it may move to the main tree with the 2.1 release. There are a few test cases implemented, but they only scratch the

Re: Getting test cases written

2002-05-15 Thread Ivelin Ivanov
This sounds like a good idea. I also have good overall experience with a rigorous unit testing process. Maybe the section on Contributions should add: Submit a unit test along with the patch to cover the error or new functionality. This way unit tests can be added gradually over time, as Ross

Re: Getting test cases written

2002-05-15 Thread Ross Gardler
Bert Van Kets wrote: > I am using the portal in the development of my current project. >They > have done a stress load up to 80 concurrent users with great success. > Bert That is very encouraging, we need 50 concurrent users now, and 100 in 6 months. So it looks very promising indeed. The

RE: Getting test cases written

2002-05-15 Thread Bert Van Kets
I am using the portal in the development of my current project. I use it to provide a complete administrative system for the Belgium Society of Anesthesia and Resucitation. They will be able to manage all the data online and also edit the content of the public and member site. The portal is v

RE: Getting test cases written

2002-05-15 Thread John Morrison
The portal stuff has made it into HEAD. I don't know when HEAD will next be stable and I don't see the portal stuff being moved into the current branch at the moment. But any unit tests would be appreciated. J. > From: Ross Gardler [mailto:[EMAIL PROTECTED]] > > John Morrison wrote: > > > It

Re: Getting test cases written

2002-05-15 Thread Ross Gardler
John Morrison wrote: > It looks like you've quite a lot of experience writting unit tests, > would you mind giving us a hand starting them off? Our main interest is in the Portal stuff (what's the progress on bringing that into the main branch) and the forms processing. The main thing for me

RE: Getting test cases written

2002-05-15 Thread John Morrison
Hi :) It looks like you've quite a lot of experience writting unit tests, would you mind giving us a hand starting them off? Thanks, J. > From: Ross Gardler [mailto:[EMAIL PROTECTED]] > Subject: Getting test cases written > > I promise you that the speed of our bug fixes h

Best way to build & test webapps

2002-05-15 Thread Heidi Brannan
>Date: Wed, 15 May 2002 18:31:46 +0100 >To: [EMAIL PROTECTED] >From: Heidi Brannan <[EMAIL PROTECTED]> > > Is this the best way to go about building and testing a cocoon webapp > (see below)? > >I want to > a) write a how to on how to build and test a w

Getting test cases written

2002-05-15 Thread Ross Gardler
> Thus after applying a patch, or implementing an enhancement > you run the JUnit tests, and you might see - depending > on the completness of the tests that still everything is fine, > or the patch has some unwanted side effects. > > Thus building up a JUnit test base

DO NOT REPLY [Bug 8264] - [PATCH] EXPERIMENTAL PLEASE TEST-- HSSF internazionalization problems with numbers

2002-04-22 Thread bugzilla
gzilla/show_bug.cgi?id=8264 [PATCH] EXPERIMENTAL PLEASE TEST-- HSSF internazionalization problems with numbers [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|[EMAIL PRO

DO NOT REPLY [Bug 8264] - [PATCH] EXPERIMENTAL PLEASE TEST-- HSSF internazionalization problems with numbers

2002-04-20 Thread bugzilla
gzilla/show_bug.cgi?id=8264 [PATCH] EXPERIMENTAL PLEASE TEST-- HSSF internazionalization problems with numbers [EMAIL PROTECTED] changed: What|Removed |Added Summar

cvs commit: xml-cocoon2/src/scratchpad/webapp/mount/xmlform/castor-mappings test-mapping.xml

2002-04-07 Thread ivelin
ValidationResult.java src/scratchpad/webapp/mount/xmlform formbean2html-Demo2.xsl insertFormBean-Demo2.xml sitemap.xmap src/scratchpad/webapp/mount/xmlform/castor-mappings test-mapping.xml Added: src/scratchpad/src/org/apache

cvs commit: xml-cocoon2/src/scratchpad/webapp/samples/castor/castor-mappings test-mapping.xml test-mapping_de.xml

2002-03-25 Thread nicolaken
test-mapping.xml test-mapping_de.xml Removed: src/scratchpad/webapp/samples/castor/doc castortransformer.xml src/scratchpad/webapp/samples/castor sitemap.xmap test.xml src/scratchpad/webapp/samples/castor/castor-mappings

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/precept/stores/bean/test - New directory

2002-03-22 Thread tcurdt
tcurdt 02/03/22 09:42:44 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/precept/stores/bean/test - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/util/test NetUtilsTestCase.java

2002-03-19 Thread nicolaken
nicolaken02/03/19 09:16:18 Modified:src/test/org/apache/cocoon/util/test NetUtilsTestCase.java Log: Corrected test case. /bar with a,b and c,d outputted /bar?c=d&a=b which is correct AFAIK but it failed the test. Revision ChangesPath 1.3 +23 -7

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest

2002-03-19 Thread nicolaken
nicolaken02/03/19 09:15:35 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest Log: Corrected testcase configuration. Made the config use the same shorthand as the declaration of the component. Revision Changes

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest

2002-03-19 Thread nicolaken
nicolaken02/03/19 07:34:15 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest Log: Partial fix for testcase; the role was not correct. Revision ChangesPath 1.4 +1 -1 xml-cocoon2/src/test/org/apache

build test ... is broken finding resolver role

2002-03-03 Thread David Crossley
I see that the "build.sh test" is recently broken. When it come to "looking up shorthand resolver, returning null". Should it now be looking up the new "entity-resolver" instead? Sorry, i am not much help with this JUni

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/util/test IOUtilsTestCase.java NetUtilsTestCase.java

2002-02-21 Thread cziegeler
cziegeler02/02/21 23:05:08 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java src

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest

2002-02-20 Thread crossley
crossley02/02/20 19:49:53 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest Log: Use the new entity-resolver role that utilises the new xml-parser role, i.e. the Excalibur JaxpParser Revision ChangesPath

PATCH QUEUE test

2002-02-13 Thread Nicola Ken Barozzi
From: <[EMAIL PROTECTED]> ... > COCOON PATCH QUEUE UPDATE ... Sorry, it was sent during testing. Now it's up. :-) -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) -

DO NOT REPLY [Bug 2071] - Test

2002-02-05 Thread bugzilla
gzilla/show_bug.cgi?id=2071 Test [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|

DO NOT REPLY [Bug 2086] - Test

2002-02-05 Thread bugzilla
gzilla/show_bug.cgi?id=2086 Test [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|

DO NOT REPLY [Bug 2084] - Test

2002-02-05 Thread bugzilla
gzilla/show_bug.cgi?id=2084 Test [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|

Re: Recent test results

2002-01-31 Thread Michael Hartle
Stefano Mazzocchi wrote: >>In essence, we have cut down to 2/3 the speed we had about a week ago. >> >I have the perception there is lot's of room to grow here, so expect >speed increase constantly over the next 2.0.x releases. > Just a thought, this speed boost does not include the potential 386

  1   2   >