Warning: Failed to place object at depth 3.
Placed red shape sh1 and black shape sh2 at the same depth 3. Should both be visible, red on top.
FAILED: expected: sh2 obtained: _level0 [place_object_test.c:83] 
PASSED: typeof(sh1)  ==  'movieclip' [place_object_test.c:84]
FAILED: expected: 'movieclip' obtained: undefined [place_object_test.c:85] 
Warning: Failed to place object at depth 4.
Placed red sprite mc1 and black sprite mc2 at the same depth 4. Should both be visible, black on top.
FAILED: expected: 'movieclip' obtained: undefined [place_object_test.c:111] 
PASSED: typeof(mc2)  ==  'movieclip' [place_object_test.c:112]
PASSED: mc1._name != mc2._name [place_object_test.c:113]
PASSED: mc1.getDepth()  ==  mc2.getDepth() [place_object_test.c:114]
#passed: 4
#failed: 3
#total tests run: 7
