Index: _source/tests/plugins/list/list.html
===================================================================
--- _source/tests/plugins/list/list.html	(revision 4020)
+++ _source/tests/plugins/list/list.html	Fri Jul 31 16:46:02 CST 2009
@@ -116,6 +116,8 @@
 							setRange( range, [ 1, 0, 0, 0, 0 ], true );
 							var sel = editor.getSelection();
 							sel.selectRanges( [ range ] );
+							editor.selectionChange();
+
 							// Waiting for 'comand state' effected.
 							this.wait( function(){
 								// Remove list.
@@ -148,6 +150,7 @@
 							setRange( range, [ 1, 1, 0 ], true );
 							var sel = editor.getSelection();
 							sel.selectRanges( [ range ] );
+							editor.selectionChange();
 
 							// Waiting for 'comand state' effected.
 							this.wait( function(){
@@ -181,6 +184,7 @@
 							setRange( range, [ 1, 1, 0, 0 ], [ 1, 1, 1, 1 ] );
 							var sel = editor.getSelection();
 							sel.selectRanges( [ range ] );
+							editor.selectionChange();
 
 							// Waiting for 'comand state' effected.
 							this.wait( function(){
