changeset 2103 | a979fcdda073 |
parent 1956 | a055123339d5 |
3:ab4b6ca121dd | 4:c63430488ea2 |
---|---|
76 check(!doboz2.empty(), |
76 check(!doboz2.empty(), |
77 "It should not be empty. Constructed from 1 point."); |
77 "It should not be empty. Constructed from 1 point."); |
78 |
78 |
79 doboz2.add(doboz1); |
79 doboz2.add(doboz1); |
80 check(doboz2.inside(seged), |
80 check(doboz2.inside(seged), |
81 "It should be inside. Incremented a box with an other."); |
81 "It should be inside. Incremented a box with another one."); |
82 } |
82 } |