Forum OpenACS Development: Re: Bug Stomp 27/28 July

Collapse
4: Re: Bug Stomp 27/28 July (response to 1)
Posted by Victor Guerra on
This are the areas that need to be tested for package acs-tcl:
Feel free to write automated tests for any of them :).
- Memoizing procs.
- Membership rel procs.
- Community Core procs.
- Check current test cases for site nodes API.
- Request Processor procs.
- Cluster procs ( Still not sure how could we test this functionality, Ideas? ).
- Security Procs.
- DB API ( As Roc mentionned before, we are not sure if we should test that ).
- f::* procs ( Check first if those are needed ).
- Utilities procs.
- Test cases for form procs( Still not sure how could we test this functionality, Ideas? ).
- apm_package procs.

Please let us know if you start to work on an specific area (Post here).

If you have any other suggestion regarding this, just let us know.

Collapse
Posted by César Alexander Hernández Juarez on
I am goint to work in Test Cases of Membership rel procs, I will post what features I tested.
Collapse
Posted by César Alexander Hernández Juarez on
I have tested the following procs:

1. membership_rel::approve
2. membership_rel::ban
3. membership_rel::change_state
4. membership_rel::delete
5. membership_rel::reject
6. membership_rel::unapprove

The name of the file is: test-membership-rel-procs.tcl which is committed in HEAD :)

Collapse
Posted by Adrian Catalan on
i'll be working in Memoizing procs.
Collapse
Posted by Byron Linares on
i'll be working in Community Core procs