965966967968969970971972973974975
tree.setRowKey(null); TreeState state = new TreeState(); try { state.expandAll(tree); } catch (Exception e) { System.out.println("testManipulateState expandAll failed"); fail(); }