* Test mismatched IDL - Server implementation:
    * check method prototypes mismatches raise exceptions
    * check methods declared in IDL but non-existant in server raise exc.

* Test send_and_get_*

* Real accessor tests for each single type

* Provide proper tests for C API (zilch says:)

	<zilch> 1. Test the object. Just create a variable of it's type
	(CORBA_PyObject object)
	<zilch> 2. Test to create a Object with the XXXX_New macros
	<zilch> 3. Test the check macro, XXX_Check
	<zilch> 4. Test type() on the object
	<zilch> 5. Test XXX_Get() on the object
	<zilch> 6. Test to print the object (repr)
	<zilch> 7. Test other kind of methods (compare, getattr), i don't
	know which methods that are releven
