1/******************************************************************************/ 2/* */ 3/* Copyright (c) International Business Machines Corp., 2008 */ 4/* */ 5/* This program is free software; you can redistribute it and/or modify */ 6/* it under the terms of the GNU General Public License as published by */ 7/* the Free Software Foundation; either version 2 of the License, or */ 8/* (at your option) any later version. */ 9/* */ 10/* This program is distributed in the hope that it will be useful, */ 11/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ 12/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See */ 13/* the GNU General Public License for more details. */ 14/* */ 15/* You should have received a copy of the GNU General Public License */ 16/* along with this program; if not, write to the Free Software */ 17/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ 18/* */ 19/******************************************************************************/ 20 21OO_DESCRIPTION.txt 22================== 23 24The contents of the bind directory: 25test01 - shared child to shared parent. 26test02 - shared child to private parent. 27test03 - shared child to slave parent. 28test04 - shared child to unclonable parent. 29test05 - private child to shared parent. 30test06 - private child to private parent. 31test07 - private child to slave parent. 32test07-2 - create slave then mount master - slave still propagates. 33test08 - private child to uncloneable parent. 34test09 - slave child to shared parent. 35test10 - slave child to private parent. 36test11 - slave child to slave parent. 37test12 - slave child to uncloneable parent. 38test13 - uncloneable child to shared parent. 39test14 - uncloneable child to private parent. 40test15 - uncloneable child to slave parent. 41test16 - uncloneable child to uncloneable parent. 42test17 - shared subtree with shared child to shared subtree. 43test18 - shared subtree with shared child to private subtree. 44test19 - shared subtree with shared child to slave subtree. 45test20 - shared subtree with shared child to uncloneable subtree. 46test21 - multi-level slave p-nodes. 47test22 - bind within same tree - root to child 48test23 - shared child to shared parent. 49test24 - shared child to shared parent. 50 51 52test07-2: 53========= 54create slave then mount master - slave still propagates. 55 56 57test01: 58======= 59shared child to shared parent. 60 61 62test02: 63======= 64shared child to private parent. 65 66 67test03: 68======= 69shared child to slave parent. 70 71 72test04: 73======= 74shared child to unclonable parent. 75 76 77test05: 78======= 79private child to shared parent. 80 81 82test06: 83======= 84private child to private parent. 85 86 87test07: 88======= 89private child to slave parent. 90 91 92test08: 93======= 94private child to uncloneable parent. 95 96 97test09: 98======= 99slave child to shared parent. 100 101 102test10: 103======= 104slave child to private parent. 105 106 107test11: 108======= 109slave child to slave parent. 110 111 112test12: 113======= 114slave child to uncloneable parent. 115 116 117test13: 118======= 119uncloneable child to shared parent. 120 121 122test14: 123======= 124uncloneable child to private parent. 125 126 127test15: 128======= 129uncloneable child to slave parent. 130 131 132test16: 133======= 134uncloneable child to uncloneable parent. 135 136 137test17: 138======= 139shared subtree with shared child to shared subtree. 140 141 142test18: 143======= 144shared subtree with shared child to private subtree. 145 146 147test19: 148======= 149shared subtree with shared child to slave subtree. 150 151 152test20: 153======= 154shared subtree with shared child to uncloneable subtree. 155 156 157test21: 158======= 159multi-level slave p-nodes. 160 161 162test22: 163======= 164bind within same tree - root to child 165 166 167test23: 168======= 169shared child to shared parent. 170 171 172test24: 173======= 174shared child to shared parent. 175 176 177