activate cunstomer tests

This commit is contained in:
Peter Hormanns 2013-05-09 16:02:49 +02:00
parent fe992459ee
commit 58f7c0be13
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ import org.junit.runners.Suite;
EMailAddressTest.class,
SSLCertDomainTest.class,
DatabaseCleanTest.class,
PacMigrationTest.class
// CustomerTest.class,
PacMigrationTest.class,
CustomerTest.class
// LongCustomerNameTest.class,
// QueueTaskTest.class
})

View File

@ -17,9 +17,9 @@ import org.junit.runners.Suite;
DomainTest.class,
EMailAddressTest.class,
DatabaseCleanTest.class,
PacMigrationTest.class
PacMigrationTest.class,
CustomerTest.class
// LongCustomerNameTest.class
// CustomerTest.class,
// QueueTaskTest.class
})