You have to give tile01 a physic behavior too.
Set its property immovable to yes (so it won't move), its collision mask to "bounding box" (as it is a rectangle) and the "testbox" collides with it as you intend to.
You could almost remove the solid behavior to it, but then your players falls through it. Adress the situation as you like.