Search the web
Sign In
New User? Sign Up
uispec4j
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 271 - 300 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
271
Hi Pascal, I was so disappointed that I did not get a reply...I must check the settings to see why your reply did not end up in my inbox. I am not running...
tvaet
Offline Send Email
Apr 3, 2007
6:00 pm
272
Hi Pascal, Sorry for the late reply...your message must have been filtered... I am not running under Linux, but under WindowsXP. I made a standalone test that...
tvaet
Offline Send Email
Apr 3, 2007
6:05 pm
273
Hi Gert, Your test is working just fine here (my everyday computer is a Mac). I will try on my old PC very soon and let you know if anything goes wrong. Which...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 3, 2007
10:21 pm
274
Hi Gert, This is strange. I couldn't reproduce your issue on my PC neither: I systematically get the green bar from JUnit when I run your test case. Let's...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 4, 2007
6:08 am
275
Pascal, I am using the 1.6.0 JDK. I did not specify any jvm params, I tried with the param that was suggested wrt linux (which of course did not work) and I...
tvaet
Offline Send Email
Apr 4, 2007
7:01 am
276
OK Gert, I have just tried again with the JDK 1.6.0 and I can reproduce your problem now. We will investigate this issue and return to you as soon as we ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 4, 2007
7:08 am
277
Cool Pascal. I tried some debugging myself, but could not get the toolkit to compile in Java6. happy hunting! gert. ... neither: I ... test case. ... 1.5.0_11)...
tvaet
Offline Send Email
Apr 5, 2007
7:35 am
278
Hi all, I'd like to know how to make sure that my app JFrame is really closed. Here's what I do in my test: - I go to my menu - get my "Exit" menuItem Trigger ...
Ludovic Viegas
pigelvy@...
Send Email
Apr 6, 2007
2:37 pm
279
Hi Gert, The problem does not seem straightforward. We definitely have to release a Java6-compatible version of UISpec4J, but we want to ensure the backward...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 13, 2007
6:04 am
280
Hi Ludovic, Thank you for using UISpec4J. For your information, UISpec4J provides no API for checking the disposal of non modal windows. However, I believe...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 13, 2007
7:33 am
281
Hi all, again :), Thanx for your advice. I'm starting UI testing, I thought starting my App for each and every test would be simpler to start with. But it...
Ludovic Viegas
pigelvy@...
Send Email
Apr 13, 2007
7:54 am
282
Hi all, We'll soon - 2-3 months perhaps - move to Java6 so a JDK6 compliant UISpec4j would be most welcomed. Thx...
Ludovic Viegas
pigelvy@...
Send Email
Apr 13, 2007
8:25 am
283
Hi all, When I launch all my tests under maven 2, everything is fine. Doing the same under intellij, one test fails because of an internal window timeout...
Ludovic Viegas
pigelvy@...
Send Email
Apr 25, 2007
7:18 pm
284
Hello Ludovic, Your tests seem not to be independant from each other. The fact that it works with Maven2 certainly means that it is configured to run each test...
Pascal Pratmarty
pratmartyp
Offline Send Email
Apr 26, 2007
1:56 pm
285
Hi Ludovic, There's one more thing you can try. When you run all the tests, the JVM is under more stress (garbage collection, etc.), and the internal timeouts...
Regis Medina
regis_medina
Offline Send Email
Apr 26, 2007
10:13 pm
286
Hi all, I tried using a timeout of 20 secondes. Same thing happened however. I don't think it's a matter of timeouts caused by JVM overload. I may be wrong,...
Ludovic Viegas
pigelvy@...
Send Email
Apr 27, 2007
6:04 pm
287
Hi, ... Surefire and IntelliJ differ in the way classes are loaded, but I fail to see how this could affect timeouts. Maybe looking at the stack traces could...
Regis Medina
regis_medina
Offline Send Email
Apr 27, 2007
9:18 pm
288
Hi all, here's my test class public class InformationsTreePanelMiscTest extends StarsUITestCase { private static long interceptionTimeLimit; @BeforeClass ...
Ludovic Viegas
pigelvy@...
Send Email
May 2, 2007
9:44 pm
289
Hi Ludovic, Sorry for the late response, we were a little busy with the XP Day Paris session yesterday. Pascal and/or I will have a look at this this week-end....
Regis Medina
regis_medina
Offline Send Email
May 4, 2007
6:18 am
290
Hi Ludovic, I do not see anything weird with your test. Is your system JAVA_HOME property aligned with the one you use from IntelliJ? What about the other...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 13, 2007
1:45 pm
291
Hi all again, About the classpaths... classpath used by maven (retreived using ant task): ...
Ludovic Viegas
pigelvy@...
Send Email
May 14, 2007
10:28 pm
292
Hi, A new release of UISpec4J is available. You will find a summary of changes in the following page: http://www.uispec4j.org/changes-report.html Please do not...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 15, 2007
7:15 am
293
Hi, Does UISpec4J work well with JSR296 (AppFramework)? I've tried to write a test for an application that uses the appframework but I get an exception (see...
diod_se
Offline Send Email
Jun 5, 2007
7:22 pm
294
Hi Robert, Does UISpec4J work well with JSR296 (AppFramework)? I've tried to write a test for an application that ... I have not tried JSR296 yet, but judging...
Regis Medina
regis_medina
Offline Send Email
Jun 5, 2007
7:34 pm
295
Hi Régis, I'm using WindowsXP and JDK6. Not sure if the appframework supports JDK5, but I don't think so. Kind Regards, Robert...
Robert Blixt
diod_se
Offline Send Email
Jun 5, 2007
8:09 pm
296
Hi everyone, We are considering moving UISpec4J APIs to Java 5 in a near future. What we plan on doing is still provide a Java 1.4 version of UISpec for...
Regis Medina
regis_medina
Offline Send Email
Jun 5, 2007
8:42 pm
297
For the time being, UISpec4J does not support JDK 6. The reason for that is that we have our own implementation of the AWT Toolkit (as you can see in the stack...
Regis Medina
regis_medina
Offline Send Email
Jun 5, 2007
9:08 pm
298
I'm getting the same error. Perhaps there is something else I'm doing wrong (I've added my test case below in case you can find something). Kind Regards, ...
Robert Blixt
diod_se
Offline Send Email
Jun 6, 2007
6:03 am
299
Hi Robert, Your test looks quite OK to me. It seems that in order to explore seriously this issue I'll have to find a Windows environment, install Java 6 and...
Regis Medina
regis_medina
Offline Send Email
Jun 6, 2007
9:29 pm
300
Hello Régis, The new jar seems to work perfectly, I encountered no problems at all. Kind Regards, Robert...
Robert Blixt
diod_se
Offline Send Email
Jun 7, 2007
6:06 am
Messages 271 - 300 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help