OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / source / ringpm / tests / globals.ring
1 /*
2         Title : The Ring Package Manager 
3         Date  : 2018.10.18
4         Author: Mahmoud Fayed <msfclipper@yahoo.com>
5 */
6
7 C_ERROR_FILEDOESNOTEXIST = "Error (1) : Correct Output File doesn't exist! " 
8
9
10 C_MODE_UPDATETESTS      = 1
11 C_MODE_TESTING          = 2
12 C_CORRECT_FOLDER        = "correct"
13 C_CURRENT_FOLDER        = "current"
14
15 nTestMode               = C_MODE_TESTING
16
17 cOutputFolder           = "tests/"
18