Fri, 19 Aug 2005 21:14:57 +0000#62680: make test pass on Windows too. issue58019_base issue_77706_root
jglick@netbeans.org [Fri, 19 Aug 2005 21:14:57 +0000] rev 58
#62680: make test pass on Windows too.

Fri, 19 Aug 2005 02:56:50 +0000Making test for #61965 pass - meaning still cannot reproduce the bug in a test. before_ejb_split before_javawssupport_merge facelets55_root jsf_fromdb_base new_editorhits_19082005_base
jglick@netbeans.org [Fri, 19 Aug 2005 02:56:50 +0000] rev 57
Making test for #61965 pass - meaning still cannot reproduce the bug in a test.

Thu, 18 Aug 2005 15:24:19 +0000Had to comment out a test which did not compile under Mustang.
jglick@netbeans.org [Thu, 18 Aug 2005 15:24:19 +0000] rev 56
Had to comment out a test which did not compile under Mustang.

Thu, 18 Aug 2005 13:16:13 +0000added a assert of mode release55_jboss_bundle_merge1
jrechtacek@netbeans.org [Thu, 18 Aug 2005 13:16:13 +0000] rev 55
added a assert of mode

Wed, 17 Aug 2005 21:16:30 +0000Trying unsuccessfully to reproduce #61965 in a unit test.
jglick@netbeans.org [Wed, 17 Aug 2005 21:16:30 +0000] rev 54
Trying unsuccessfully to reproduce #61965 in a unit test.

Wed, 10 Aug 2005 19:34:57 +0000Comment only. before_merge_into_QBE200508161800 db_promo_f_base db_promo_f_before_bt_1 db_promo_f_tb_4 dev_j2eeserver_redesign_root dev_j2eeserver_redesign_root2 issue_75588_fix_root release55_GFV2_interop_base sql_partial_execution_root version-2-3-36
jglick@netbeans.org [Wed, 10 Aug 2005 19:34:57 +0000] rev 53
Comment only.

Tue, 09 Aug 2005 03:11:41 +0000Refactoring XMLUtil.write to deal with *part of* #61938 (not enough to make the IDE work under Mustang b46 release55_dev_root version-2-3-33 version-2-3-35
jglick@netbeans.org [Tue, 09 Aug 2005 03:11:41 +0000] rev 52
Refactoring XMLUtil.write to deal with *part of* #61938 (not enough to make the IDE work under Mustang b46
however): try to use JAXP for serialization whenever possible, i.e. on JDK 1.5+.

Mon, 01 Aug 2005 21:07:38 +0000Obsolete comment. issue58019_merge_2005-08-09 mimepath_to_trunk navigator_58819_before_merge new_options_dialog_root template_manager_61776_HEAD version-2-3-31
jglick@netbeans.org [Mon, 01 Aug 2005 21:07:38 +0000] rev 51
Obsolete comment.

Fri, 22 Jul 2005 19:24:19 +0000Actually check branding token syntax. NbFeature1135_root issue_57166_fixed palette_client_support
jglick@netbeans.org [Fri, 22 Jul 2005 19:24:19 +0000] rev 50
Actually check branding token syntax.

Fri, 22 Jul 2005 09:42:22 +0000Playing with Thread.interrupt is real fun. Sometimes if you call Thread.interrupt on another thread which is in wait() you get InterruptedException and sometimes not, the and then you can get Thread.interrupted() to return true. Fixing the test to expect both situations. javawssupport-base
jtulach@netbeans.org [Fri, 22 Jul 2005 09:42:22 +0000] rev 49
Playing with Thread.interrupt is real fun. Sometimes if you call Thread.interrupt on another thread which is in wait() you get InterruptedException and sometimes not, the and then you can get Thread.interrupted() to return true. Fixing the test to expect both situations.