rerror("Non-flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.byte2mib(test_in,false))+"')")
rerror("Flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.byte2mib(test_in,true))+"')")
rerror("Non-flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.mib2byte(test_in,false))+"')")
rerror("Flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.mib2byte(test_in,true))+"')")
rerror("Non-flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.mib2gib(test_in,false))+"')")
rerror("Flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.mib2gib(test_in,true))+"')")
rerror("Non-flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.gib2mib(test_in,false))+"')")
rerror("Flat test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.gib2mib(test_in,true))+"')")
rerror("Test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.format_stringarray(test_in))+"')")
rerror("Test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.format_stringarray(test_in))+"')")
rerror("Test did not return the right value (in '"+str(test_in)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.stringarray_to_array(core_test.misc.array_to_stringarray(test_in)))+"')")
rerror("Test did not return the right value (in (parent) '"+str(test_in_parent)+"', in (child) '"+str(test_in_child)+"', expected '"+str(test_out)+"', got '"+str(core_test.misc.stringarray_to_array(core_test.misc.get_center(test_in_parent,test_in_child)))+"')")