Applied errata from ASLJ 13 for when the KMC get black OBA numbers.

master
Pacman Ghost 7 months ago
parent 3e7daad138
commit a30cbbb616
  1. 3
      vasl_templates/webapp/data/default-template-pack/national-capabilities.json
  2. 4
      vasl_templates/webapp/tests/test_national_capabilities.py

@ -306,7 +306,8 @@
},
"kfw-rok": {
"th_color": "{! -08/1950 = Red | 09/1950-04/1951 = Red (ROK) ; Black (KMC) | 05/1951- = Black | ??? !}",
"_comment_": "Errata (ASLJ 13 p48): KMC: '9/50+ black' s.b. '8/50+ black",
"th_color": "{! -07/1950 = Red | 08/1950-04/1951 = Red (ROK) ; Black (KMC) | 05/1951- = Black | ??? !}",
"oba": [ "{! 06/1950- = 10B | ??? !}", "3R",
"{? 09/1950- | Plentiful Ammo included | Plentiful Ammo included (KMC) | Plentiful Ammo included (ROK: 9/50+) ?}",
"{! 06/1950-08/1950 = ROK: 6B/3R !}"

@ -328,8 +328,8 @@ def test_time_based_national_capabilities( webapp, webdriver ):
comments = [ "Plentiful Ammo included (KMC)", "ROK: 6B/3R" ]
)
check_oba( "kfw-rok", "Korea", 10, 1950, "10B", "3R", plentiful=True )
check_th_color( "kfw-rok", "Korea", 8, 1950, "Red TH#" )
check_th_color( "kfw-rok", "Korea", 9, 1950, "Red TH# (ROK) ; Black (KMC)" )
check_th_color( "kfw-rok", "Korea", 7, 1950, "Red TH#" )
check_th_color( "kfw-rok", "Korea", 8, 1950, "Red TH# (ROK) ; Black (KMC)" )
check_th_color( "kfw-rok", "Korea", 5, 1951, "Black TH#" )
# test the CPVA national Capabilities

Loading…
Cancel
Save