~people-project/people-core/deep-refactoring

« back to all changes in this revision

Viewing changes to people-libs/people/interfaces/tests/test-contact-source-param-spec.vala

  • Committer: Ali Sabil
  • Date: 2009-01-29 22:36:51 UTC
  • Revision ID: ali.sabil@gmail.com-20090129223651-dggho9ffswfuztiy
- Ported people-libs/people/interfaces to use libcore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
namespace PeopleTest {
 
2
namespace People.Backend.Test {
3
3
 
4
 
        class ContactSourceParamSpec : TestIt.Suite {
 
4
        class ContactSourceParamSpec : Core.Trial.Suite {
5
5
                private People.Backend.ContactSourceParamSpec parameter;
6
6
 
7
7
                protected override void initialize () {