Difference between revisions of "Manual test"
Line 5: | Line 5: | ||
* GCompris 8.3 is based on SDL_Mixer. TEST: run GCompris with sounds on, check it plays. | * GCompris 8.3 is based on SDL_Mixer. TEST: run GCompris with sounds on, check it plays. | ||
− | * GCompris 8.4 and after is based on gstreamer. There are a major bug in some version of gstreamer that prevent GCompris to play short ogg voices. TEST: Go in the voices directory and play short sounds. | + | * GCompris 8.4 and after is based on gstreamer. There are a major bug in some version of gstreamer that prevent GCompris to play short ogg voices. TEST: Go in the voices directory and play short sounds with totem (or a gstreamer baser audio player). |
+ | e.g: in the gcompris source directory run: totem boards/voices/fr/misc/ok.ogg | ||
= Administration module = | = Administration module = |
Revision as of 00:05, 16 February 2008
GCompris is a large software which has numerous dependencies. We ask packagers to be very careful and follow this minimal and manual test process.
Sounds
- GCompris 8.3 is based on SDL_Mixer. TEST: run GCompris with sounds on, check it plays.
- GCompris 8.4 and after is based on gstreamer. There are a major bug in some version of gstreamer that prevent GCompris to play short ogg voices. TEST: Go in the voices directory and play short sounds with totem (or a gstreamer baser audio player).
e.g: in the gcompris source directory run: totem boards/voices/fr/misc/ok.ogg
Administration module
The administration module rely on python and pysqlite.
TEST:
- There is a menu entry to run the GCompris administration module.
- Run the administration module and check the activity menu displays the activities in the tree view.
Full screen
TEST: Run GCompris in full screen and check the desktop bars are under our window.