File: TODO

package info (click to toggle)
python-orbit 0.3.1-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,492 kB
  • ctags: 801
  • sloc: sh: 9,444; ansic: 5,642; python: 1,141; makefile: 126
file content (19 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* 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