create pac-domain
This commit is contained in:
parent
c010faacc1
commit
d8268ddb71
@ -63,7 +63,7 @@ public class CustomerTest {
|
|||||||
try {
|
try {
|
||||||
client.execute(MODULE + ".add", params);
|
client.execute(MODULE + ".add", params);
|
||||||
assertEquals(membersCount + 1, getMembersCount(user));
|
assertEquals(membersCount + 1, getMembersCount(user));
|
||||||
for (int idx=11; idx < 100; idx++) {
|
for (int idx=11; idx < 12; idx++) {
|
||||||
setParams.put("membercode", "hsh00-n" + idx);
|
setParams.put("membercode", "hsh00-n" + idx);
|
||||||
setParams.put("memberno", "200" + idx);
|
setParams.put("memberno", "200" + idx);
|
||||||
setParams.put("contact_street", "Hauptstr. " + idx);
|
setParams.put("contact_street", "Hauptstr. " + idx);
|
||||||
|
Loading…
Reference in New Issue
Block a user