Hi Gert, ... I am not sure yet, but I do not believe your issue is due to some conflict betwen UISpec4J and SwiXML. Can you tell more about your test...
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...
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...
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...
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, 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...
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 ...
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)...
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@...
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...
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...
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@...
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@...
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@...
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...
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...
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@...
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...
Hi all, here's my test class public class InformationsTreePanelMiscTest extends StarsUITestCase { private static long interceptionTimeLimit; @BeforeClass ...
Ludovic Viegas
pigelvy@...
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....
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...
Hi all again, About the classpaths... classpath used by maven (retreived using ant task): ...
Ludovic Viegas
pigelvy@...
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...
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...
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...
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...
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...
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, ...