-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtest_values.h
46 lines (39 loc) · 2.74 KB
/
test_values.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
* Copyright (c) 2022, Psiphon Inc.
* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef TEST_VALUES_H
#define TEST_VALUES_H
#define TEST_CREDIT_TRANSACTION_CLASS "foster-refried-unicorn-smartness-onward-antivirus-self-quicksand-anchor-idealist"
#define TEST_DEBIT_TRANSACTION_CLASS "roulette-payback-margarine-province-washstand-grafted-headrest-unearned-gory-swampland"
#define TEST_DEBIT_WITH_AUTHORIZATION_TRANSACTION_CLASS "authorization-roulette-payback-margarine-province-washstand-grafted-headrest-unearned-gory-swampland"
#define ONE_TRILLION 1000000000000LL
#define TEST_INT64_MAX 9223372036854775807LL
#define TEST_ONE_TRILLION_ONE_MICROSECOND_DISTINGUISHER "1trillion-1microsecond"
#define TEST_ONE_TRILLION_TEN_MICROSECOND_DISTINGUISHER "1trillion-10microsecond"
#define TEST_ONE_TRILLION_ONE_SECOND_DISTINGUISHER "1trillion-1second"
#define TEST_ONE_TRILLION_TEN_SECOND_DISTINGUISHER "1trillion-10second"
#define TEST_ONE_TRILLION_ONE_MINUTE_DISTINGUISHER "1trillion-1minute"
#define TEST_INT64_MAX_DISTINGUISHER "int64max"
#define TEST_HEADER "X-PsiCash-Test"
#define TEST_ACCOUNT_ONE_USERNAME "test_account_one_username"
#define TEST_ACCOUNT_ONE_PASSWORD "stainless-cola-hemlock-agenda-goldfish-unhealthy-opponent-heap-handwash-deceptive-atop-palpable-roulette-straddle-prior-tropics-overfull-grope-banter-improvise"
#define TEST_ACCOUNT_TWO_USERNAME "test_account_two_username"
#define TEST_ACCOUNT_TWO_PASSWORD "greyhound-parachute-dandruff-guru-aluminum-dumping-ripeness-throwback-attribute-commotion-urging-polo-stonewall-swerve-pranker-sublime-disagree-scrubbed-pond-carpool"
#define TEST_ACCOUNT_UNICODE_USERNAME "ለመገናኘት আপনি ཡིན་གྱི་མ་རེད། कनेक्ट မဟုတ်ဘူး กำลังติดต่อ ኣይኮነን نہیں 如果您在电脑上!"
#define TEST_ACCOUNT_UNICODE_PASSWORD "😊😂🐱🚀🤢😴👸🎢🍜🥍🍕🌈🔠"
#endif /* TEST_VALUES_H */