Re: [Wicket-develop] test

2006-10-05 Thread Johan Compagner
wohoooOn 10/3/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: test -Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics t

[Wicket-develop] test

2006-10-02 Thread Igor Vaynberg
test - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.

[Wicket-develop] Test

2006-09-29 Thread Martijn Dashorst
Testing the mailservice from sf.net - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys --

Re: [Wicket-develop] test nu

2006-08-16 Thread Varinius Bradsher
Hi,   It is common to have some problems with erecxtion, Try VIfAGRA and forget about it http://www.herasunmedaxuke.com   out. So work hard and see if you can dig up enough energy to tell me just what happened. I am now completely confused. I remember that I wasted the Killerbot with that

Re: [Wicket-develop] test failure in 1.2 branch

2006-05-26 Thread Martijn Dashorst
Fixed, was a failure in a 'gold file' test: added &wicket:ignoreIfNotActive=true to the corresponding urls.MartijnOn 5/26/06, Jonathan Locke <[EMAIL PROTECTED]> wrote: i just checked out a fresh 1.2 wicket core and i get test errors.  apears to be ajax link.[surefire] Running wicket.ajax.markup.ht

[Wicket-develop] test failure in 1.2 branch

2006-05-26 Thread Jonathan Locke
i just checked out a fresh 1.2 wicket core and i get test errors.  apears to be ajax link.[surefire] Running wicket.ajax.markup.html.ajaxLink.AjaxLinkTest[surefire] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.364 sec=== wicket.ajax.markup.html.componentMap.SimpleTestPage ===@@ -8,14 +8,1

Re: [Wicket-develop] Test fails with Ant, OK with maven...

2006-03-28 Thread Martijn Dashorst
BTW, It isn't generated, so please don't 'fix' it.MartijnOn 3/29/06, Martijn Dashorst <[EMAIL PROTECTED] > wrote:The ant file is NOT intended for direct usage from SVN. it is only intended for after Wicket has been packaged into the ZIP file. MartijnOn 3/29/06, Juergen Donnerstag <[EMAIL PROTECTED

Re: [Wicket-develop] Test fails with Ant, OK with maven...

2006-03-28 Thread Martijn Dashorst
The ant file is NOT intended for direct usage from SVN. it is only intended for after Wicket has been packaged into the ZIP file.MartijnOn 3/29/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: I guess none of us is using ANT to test. I don't even know when theANT script is generated. May be it ne

Re: [Wicket-develop] Test fails with Ant, OK with maven...

2006-03-28 Thread Juergen Donnerstag
I guess none of us is using ANT to test. I don't even know when the ANT script is generated. May be it needs an (automated) update? I thought there is a maven command to create the script, but I don't know it. Juergen On 3/29/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: > Hi, > Not sure what's beh

[Wicket-develop] Test fails with Ant, OK with maven...

2006-03-28 Thread Gwyn Evans
Hi, Not sure what's behind it/the significance, but while "mvn test" runs clean, the same code with "ant test" fails with: [junit] Running wicket.markup.HtmlProblemFinderTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.16 sec [junit] Testsuite: wicket.markup.HtmlProble

Re: [Wicket-develop] test

2005-05-18 Thread Gili
Oops. Forgot to CC Johan. There you go. SourceForge has been going down a lot for me today. Did anyone else experience problems? Gili Gili wrote: Got it. Gili Johan Compagner wrote: --- This SF.Net email is sponsored by Oracle Space Sw

Re: [Wicket-develop] test

2005-05-18 Thread Gili
Got it. Gili Johan Compagner wrote: --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op

[Wicket-develop] test

2005-05-18 Thread Johan Compagner
--- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _

[Wicket-develop] test

2005-02-16 Thread Gili
My mail keeps on bouncing back for some reason . . . Gili --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype.

Re: [Wicket-develop] test failure

2005-01-16 Thread Jonathan Locke
okay. i think it's fine that this fails on my machine then. it should. Juergen Donnerstag wrote: I'm not expert on Java/sun security, though I did this piece of code. I simply copied it from the internet. I've tested it on my machine with added assertNotNull(), but everything works fine. encryptS

Re: [Wicket-develop] test failure

2005-01-16 Thread Juergen Donnerstag
I'm not expert on Java/sun security, though I did this piece of code. I simply copied it from the internet. I've tested it on my machine with added assertNotNull(), but everything works fine. encryptString() returns the encryted string. My guess: it requires a Java security provider implementing t

Re: [Wicket-develop] test failure

2005-01-16 Thread Jonathan Locke
i think this must have always been failing. it's only when i added error logging and this line that the problem became apparent: assertNotNull(encryptedPassword); Jonathan Locke wrote: so the Crypt code was failing and swallowing this exception (which i now log) anyone have any idea why

[Wicket-develop] test failure

2005-01-16 Thread Jonathan Locke
so the Crypt code was failing and swallowing this exception (which i now log) anyone have any idea why this is failing for me? java.security.NoSuchAlgorithmException: Algorithm PBEWithMD5AndDES not available at javax.crypto.SunJCE_b.a(DashoA6275) at javax.crypto.SecretKeyFactory.getInstanc

Re: [Wicket-develop] test failures

2005-01-16 Thread Juergen Donnerstag
Sorry, I'm not the maven expert, too. I run the tests which failed in eclipse and track the error. Juergen On Sun, 16 Jan 2005 01:47:51 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote: > > how do i get eclipse/maven to show me the junit error location? > > Juergen Donnerstag wrote: > > >The l

Re: [Wicket-develop] test failures

2005-01-16 Thread Jonathan Locke
how do i get eclipse/maven to show me the junit error location? Juergen Donnerstag wrote: The latest CVS head is fine. All tests successfully passed. Juergen On Sun, 16 Jan 2005 01:24:43 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote: so i modified the core to remove RequestCycle as a parameter

Re: [Wicket-develop] test failures

2005-01-16 Thread Jonathan Locke
aw crap... ;-) Juergen Donnerstag wrote: The latest CVS head is fine. All tests successfully passed. Juergen On Sun, 16 Jan 2005 01:24:43 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote: so i modified the core to remove RequestCycle as a parameter in many places and now i notice i'm getting the

Re: [Wicket-develop] test failures

2005-01-16 Thread Juergen Donnerstag
The latest CVS head is fine. All tests successfully passed. Juergen On Sun, 16 Jan 2005 01:24:43 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote: > > so i modified the core to remove RequestCycle as a parameter in many > places and > now i notice i'm getting the failures below. but i'm wonderi

[Wicket-develop] test failures

2005-01-16 Thread Jonathan Locke
so i modified the core to remove RequestCycle as a parameter in many places and now i notice i'm getting the failures below. but i'm wondering if any of these are problems unrelated to my changes. can someone with a current build check for me? thanks! jon [junit] Running wicket.mark