Bug 1471757 - Use 'valid' credit card numbers in tps tests. r=tcsc

MozReview-Commit-ID: 668ycAESHtE

--HG--
extra : rebase_source : a592499dcb0fbca7b28ba1f899171d6c2ee13a98
This commit is contained in:
Edouard Oger 2018-06-27 19:14:43 -04:00
parent 0b738d5db5
commit a7ac6fe27f

View File

@ -14,26 +14,26 @@ var phases = {
const cc1 = [{
"cc-name": "John Doe",
"cc-number": "1234567812345678",
"cc-number": "4716179744040592",
"cc-exp-month": 4,
"cc-exp-year": 2017,
"cc-exp-year": 2050,
"changes": {
"cc-exp-year": 2018
"cc-exp-year": 2051
}
}];
const cc1_after = [{
"cc-name": "John Doe",
"cc-number": "1234567812345678",
"cc-number": "4716179744040592",
"cc-exp-month": 4,
"cc-exp-year": 2018,
"cc-exp-year": 2051,
}];
const cc2 = [{
"cc-name": "Timothy Berners-Lee",
"cc-number": "1111222233334444",
"cc-number": "2221000374457678",
"cc-exp-month": 12,
"cc-exp-year": 2022,
"cc-exp-year": 2050,
}];
Phase("phase1", [