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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 222 - 251 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
222
Hi, Here are two comments about the Table API : 1/ I notticed that the failure report of Table.getHeader().contentEquals(String [] ) is not as nice as the one...
Etienne Charignon
ALCarrez
Offline Send Email
Jun 6, 2006
1:48 pm
223
Hi Etienne, 1/ It's right. We could have something exactly as the failure report in Table.getContentEquals(Object[][]) to have the actual header contents. What...
Sylvain Rousseau
syalve
Offline Send Email
Jun 6, 2006
5:05 pm
224
... That would be perfect....
Etienne Charignon
ALCarrez
Offline Send Email
Jun 6, 2006
9:00 pm
225
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...
Régis Medina
regis_medina
Offline Send Email
Jun 11, 2006
9:53 pm
226
Hi all, I need your help! I'm under linux, I'm using eclipse and when I'm running the example CalculatorTest, I get the following exception: Exception in...
yana_stamcheva
Offline Send Email
Jun 14, 2006
5:24 am
227
Hi Yana, We have tried UISpec4J on Windows, MacosX, UNIX/Solaris, but not Linux yet. We will perform some tests and keep you informed ASAP. Does anybody on...
Regis Medina
regis_medina
Offline Send Email
Jun 15, 2006
4:25 pm
228
Hi, ... We are using a generic UNIX AWT toolkit that works on Solaris but seemingly not on Linux. Could you please try to set the "awt.property" to...
Regis Medina
regis_medina
Offline Send Email
Jun 15, 2006
10:48 pm
229
found it static { Properties prop = new Properties( System.getProperties() ); prop.setProperty("awt.property","gnu.awt.gtk.GtkToolkit"); } but it isn't...
benno.markiewicz
benno.markie...
Offline Send Email
Jun 19, 2006
9:58 am
230
The same error occurs on JDK1.5@SuseLinux 10.1. How do i set the "awt.property" to "gnu.awt.gtk.GtkToolkit"? Thanks, Benno ... "gnu.awt.gtk.GtkToolkit"...
benno.markiewicz
benno.markie...
Offline Send Email
Jun 19, 2006
9:58 am
231
Hi Regis, sorry for the delay. I was out of town for some days. I have tried what you suggested but another exception arose in the UISpecToolkit: "Unable to...
Yana Stamcheva
yana_stamcheva
Offline Send Email
Jun 19, 2006
9:58 am
232
Hi, I thought that everything works ok when running in "headless" mode, but there are some tests not working. For example CalculatorTest and AddressBookTest...
Yana Stamcheva
yana_stamcheva
Offline Send Email
Jun 19, 2006
3:17 pm
233
Hi Yana ... In order to run without showing the GUI, we have had to do some tricky things in low-level Swing code, and it may happen that this causes some ...
Regis Medina
regis_medina
Offline Send Email
Jun 19, 2006
4:28 pm
234
Hi Regis, Thank you for your quick reply! Here is the exception I got when running ContactCreationTest: java.lang.RuntimeException: java.awt.HeadlessException ...
Yana Stamcheva
yana_stamcheva
Offline Send Email
Jun 19, 2006
8:06 pm
235
Hi, ... Oops ! I'm sorry, I wrote 'awt.property" instead of "awt.toolkit". Hum... Please note however that using a static initializer may not always work, ...
Regis Medina
regis_medina
Offline Send Email
Jun 19, 2006
8:48 pm
236
Hi Yana, At first sight, I would think that this exception stems from the usage of the option '-Djava.awt.headless=true'. We have no experience with using the...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 22, 2006
9:59 pm
237
Hi Yana, Unfortunately our Linux workstation has been unavailable for the whole last week. We have thus had no opportunity yet to give it a try, but I hope...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 30, 2006
10:01 pm
238
Hi UiSpec guys, I'm in trouble theses days. UiSpec4J is in conflict with one of our test. In addition, the thing is happening at the wrong time. It's this guy...
Etienne Charignon
ALCarrez
Offline Send Email
Jul 19, 2006
8:35 pm
239
Hi Etienne, We are doing some printing in Java. The only way we found to print Html ... But what about the Java Printing API ? Doesn't it work ? If we run the...
Regis Medina
regis_medina
Offline Send Email
Jul 19, 2006
9:05 pm
240
Hi Regis, ... That's what we are doing... but this api is not able to print HTML directly. I'll try to make up a test reproducing the problem when I find the...
Etienne Charignon
ALCarrez
Offline Send Email
Jul 20, 2006
12:02 pm
241
Hello there ... public class GetInputTextBoxTest extends UISpecTestCase { public GetInputTextBoxTest(String nom) { super(nom); } public void...
Etienne Charignon
ALCarrez
Offline Send Email
Jul 31, 2006
7:39 pm
242
Hi Etienne, Thank you very much for that one! We have obviously missed a test. Fortunately, the scope of this bug is limited to the usage of an empty string...
Pascal Pratmarty
pratmartyp
Offline Send Email
Aug 1, 2006
6:50 pm
243
Hello, I am fairly new to Java but I know the basic. I have a Swing application that I want to automate and I am just testing right now something really simple...
robbinsm101
Offline Send Email
Aug 15, 2006
9:21 am
244
Hi Matt, ... Good news, welcome to the UISpec4j community! Do not hesitate to ask new questions, or bring suggestions. Your inputs are really appreciated for...
Pascal Pratmarty
pratmartyp
Offline Send Email
Aug 15, 2006
2:17 pm
245
Hello Pascal, Thanks for your response. It helped me get further in trying to understand and implement UISpec4j. I will give suggestions as I understand it...
robbinsm101
Offline Send Email
Aug 16, 2006
5:29 am
246
Hi Matt, ... For your test to know which program it is running upon, the role of the Adapter is to provide it with the minimal information, i.e., the startup ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Aug 16, 2006
6:44 am
247
Hi, I've got a problem with UISpec4J 1.1 when I run my tests by using Maven2. My exception is at the end of this mail. It seems to be due to a problem of...
CATTEAU olivier
externe.olivier.catte...
Send Email
Aug 16, 2006
7:03 pm
248
Hi Olivier, It looks like your intuition was a good advisor! Maven loads the test classes in a specific ClassLoader, what prevents the awt Toolkit class to...
Pascal Pratmarty
pratmartyp
Offline Send Email
Aug 21, 2006
7:27 pm
249
Hello, I've spend a few days adding a JScrollPane to ma application. Ofcourse I worked on the testing matter but I did not find a lot of help in UISpec for ...
Etienne Charignon
ALCarrez
Offline Send Email
Oct 10, 2006
2:07 pm
250
Hello Etienne, The thing is that I would like to test that the scrollpane scroll ... I don't know if the "isVisible" status is properly managed by Swing in ...
Regis Medina
regis_medina
Offline Send Email
Oct 12, 2006
9:09 pm
251
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
Nov 22, 2006
12:16 am
Messages 222 - 251 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