Skip to content

Commit 194fd1a

Browse files
committed
chore: update unit test - will be removed later
1 parent 25717d1 commit 194fd1a

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
2+
"id": "test",
3+
"name": "test",
24
"license": "mit",
35
"languages": [
46
"foooooooo=amh"
5-
]
7+
],
8+
"platformSupport": {
9+
"windows": "full",
10+
"macos": "full",
11+
"desktopWeb": "full",
12+
"mobileWeb": "full",
13+
"ios": "full",
14+
"android": "full"
15+
},
16+
"lastModifiedDate": "2017-09-06"
617
}
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
2+
"id": "test",
3+
"name": "test",
24
"license": "mit",
35
"languages": [
46
"amh"
5-
]
7+
],
8+
"platformSupport": {
9+
"windows": "full",
10+
"macos": "full",
11+
"desktopWeb": "full",
12+
"mobileWeb": "full",
13+
"ios": "full",
14+
"android": "full"
15+
},
16+
"lastModifiedDate": "2017-09-06"
617
}

developer/src/test/auto/keyboard-info/test.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ rem We use test.bat so we can test errorlevels
33
setlocal
44
set ESC=
55

6+
rem This is temporary until source keyboard_info files go away
7+
copy "%KEYMAN_ROOT%\common\schemas\keyboard_info\keyboard_info.schema.json" "%KEYMAN_ROOT%\common\schemas\keyboard_info\keyboard_info.source.json"
8+
69
if "%1"=="-h" goto usage
710
if "%1"=="--help" goto usage
811
if "%1"=="-?" goto usage
@@ -34,7 +37,7 @@ goto :eof
3437

3538
:should-pass
3639
echo %BLUE%TEST: %1 %WHITE%
37-
"%compiler%" -s -vs -schema-path "%KEYMAN_ROOT%\common\schemas\keyboard_info" "%2"
40+
"%compiler%" -vs -schema-path "%KEYMAN_ROOT%\common\schemas\keyboard_info" "%2"
3841
if %ERRORLEVEL% EQU 0 (
3942
echo %GREEN%TEST PASSED%WHITE%
4043
exit /b 0

0 commit comments

Comments
 (0)