Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] RWTTestSuite

Hi,
 
running the RWTTestSuite the following console output is produced by a test:
 

org.eclipse.swt.EventUtil.suspendEventHandling();var req = org.eclipse.swt.Request.getInstance();req.setRequestCounter( "0" );qx.ui.core.Widget.flushGlobalQueues();org.eclipse.swt.EventUtil.resumeEventHandling();org.eclipse.swt.FontSizeCalculation.probe( [ [ 17835918, "!#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy", [ "arial" ], 10, true, false ], [ 7202313, "!#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy", [ "Bogus Font Name" ], 12, true, false ], [ 8066625, "!#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy", [ "helvetia", "ms sans serif" ], 12, true, false ] ] );org.eclipse.swt.FontSizeCalculation.measureStrings( [ [ 16822261, "FirstString", [ "arial" ], 10, true, false, -1 ], [ 6627600, "SecondString", [ "helvetia", "ms sans serif" ], 12, true, false, -1 ], [ 13468632, "Weird &quot; String \\", [ "Bogus Font Name" ], 12, true, false, -1 ] ] ); 

I think there's a System.out.println(...) somewhere whose removal has been forgotten...

 

Ciao
Frank

Back to the top