Fix tests of nested function spaces in testordering
Right now, testordering just calls map_lfs_indices()
even on nested function
spaces. That won't work, because the inner ordering nodes expect the leaf nodes
to have already processed the DOFs.
Fixed by using the visitor from the lfs index cache that correcly handles the nested calls.