/******************************************************************************/ /* */ /* Copyright (c) International Business Machines Corp., 2008 */ /* */ /* This program is free software; you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License, or */ /* (at your option) any later version. */ /* */ /* This program is distributed in the hope that it will be useful, */ /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See */ /* the GNU General Public License for more details. */ /* */ /* You should have received a copy of the GNU General Public License */ /* along with this program; if not, write to the Free Software */ /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* */ /******************************************************************************/ OO_DESCRIPTION.txt ================== The contents of the move directory: test01 - shared child to shared parent. test02 - shared subtree to private parent. test03 - shared subtree to slave parent. test04 - shared subtree to uncloneable parent. test05 - private subtree to shared parent. test06 - private subtree to private parent. test07 - private subtree to slave parent. test08 - private subtree to uncloneable parent. test09 - slave subtree to shared parent. test10 - slave subtree to private parent. test11 - slave subtree to slave parent. test12 - slave subtree to uncloneable parent. test13 - uncloneable subtree to shared parent. test14 - uncloneable subtree to private parent. test15 - uncloneable subtree to slave parent. test16 - uncloneable subtree to uncloneable parent. test17 - tree with shared parent - check ERROR. test18 - private to private - with shared children test19 - private to private - with slave children test20 - private to private - with unclonable children test21 - shared tree within a tree it is bound to. test22 - shared tree within a tree it is bound to - and then move t test01: ======= shared child to shared parent. test02: ======= shared subtree to private parent. test03: ======= shared subtree to slave parent. test04: ======= shared subtree to uncloneable parent. test05: ======= private subtree to shared parent. test06: ======= private subtree to private parent. test07: ======= private subtree to slave parent. test08: ======= private subtree to uncloneable parent. test09: ======= slave subtree to shared parent. test10: ======= slave subtree to private parent. test11: ======= slave subtree to slave parent. test12: ======= slave subtree to uncloneable parent. test13: ======= uncloneable subtree to shared parent. test14: ======= uncloneable subtree to private parent. test15: ======= uncloneable subtree to slave parent. test16: ======= uncloneable subtree to uncloneable parent. test17: ======= tree with shared parent - check ERROR. test18: ======= private to private - with shared children test19: ======= private to private - with slave children test20: ======= private to private - with unclonable children test21: ======= shared tree within a tree it is bound to. test22: ======= shared tree within a tree it is bound to - and then move to another share subtree