Home | History | Annotate | Download | only in bind
      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 
     21 OO_DESCRIPTION.txt
     22 ==================
     23 
     24 The contents of the bind directory:
     25 test01 - shared child to shared parent.
     26 test02 - shared child to private parent.
     27 test03 - shared child to slave parent.
     28 test04 - shared child to unclonable parent.
     29 test05 - private child to shared parent.
     30 test06 - private child to private parent.
     31 test07 - private child to slave parent.
     32 test07-2 - create slave then mount master - slave still propagates.
     33 test08 - private child to uncloneable parent.
     34 test09 - slave child to shared parent.
     35 test10 - slave child to private parent.
     36 test11 - slave child to slave parent.
     37 test12 - slave child to uncloneable parent.
     38 test13 - uncloneable child to shared parent.
     39 test14 - uncloneable child to private parent.
     40 test15 - uncloneable child to slave parent.
     41 test16 - uncloneable child to uncloneable parent.
     42 test17 - shared subtree with shared child to shared subtree.
     43 test18 - shared subtree with shared child to private subtree.
     44 test19 - shared subtree with shared child to slave subtree.
     45 test20 - shared subtree with shared child to uncloneable subtree.
     46 test21 - multi-level slave p-nodes.
     47 test22 - bind within same tree - root to child
     48 test23 - shared child to shared parent.
     49 test24 - shared child to shared parent.
     50 
     51 
     52 test07-2:
     53 =========
     54 create slave then mount master - slave still propagates.
     55 
     56 
     57 test01:
     58 =======
     59 shared child to shared parent.
     60 
     61 
     62 test02:
     63 =======
     64 shared child to private parent.
     65 
     66 
     67 test03:
     68 =======
     69 shared child to slave parent.
     70 
     71 
     72 test04:
     73 =======
     74 shared child to unclonable parent.
     75 
     76 
     77 test05:
     78 =======
     79 private child to shared parent.
     80 
     81 
     82 test06:
     83 =======
     84 private child to private parent.
     85 
     86 
     87 test07:
     88 =======
     89 private child to slave parent.
     90 
     91 
     92 test08:
     93 =======
     94 private child to uncloneable parent.
     95 
     96 
     97 test09:
     98 =======
     99 slave child to shared parent.
    100 
    101 
    102 test10:
    103 =======
    104 slave child to private parent.
    105 
    106 
    107 test11:
    108 =======
    109 slave child to slave parent.
    110 
    111 
    112 test12:
    113 =======
    114 slave child to uncloneable parent.
    115 
    116 
    117 test13:
    118 =======
    119 uncloneable child to shared parent.
    120 
    121 
    122 test14:
    123 =======
    124 uncloneable child to private parent.
    125 
    126 
    127 test15:
    128 =======
    129 uncloneable child to slave parent.
    130 
    131 
    132 test16:
    133 =======
    134 uncloneable child to uncloneable parent.
    135 
    136 
    137 test17:
    138 =======
    139 shared subtree with shared child to shared subtree.
    140 
    141 
    142 test18:
    143 =======
    144 shared subtree with shared child to private subtree.
    145 
    146 
    147 test19:
    148 =======
    149 shared subtree with shared child to slave subtree.
    150 
    151 
    152 test20:
    153 =======
    154 shared subtree with shared child to uncloneable subtree.
    155 
    156 
    157 test21:
    158 =======
    159 multi-level slave p-nodes.
    160 
    161 
    162 test22:
    163 =======
    164 bind within same tree - root to child
    165 
    166 
    167 test23:
    168 =======
    169 shared child to shared parent.
    170 
    171 
    172 test24:
    173 =======
    174 shared child to shared parent.
    175 
    176 
    177