From bdf572ad6d25bfb8510a23cb99a133b6cf036e9a Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 12 Nov 2022 15:07:54 +0100
Subject: [PATCH] =?UTF-8?q?Testy:=20=C3=9A=C4=8Dastn=C3=ADci=20u1=20a=20u2?=
 =?UTF-8?q?=20sout=C4=9B=C5=BE=C3=AD=20i=20v=20dom=C3=A1c=C3=ADm=20kole=20?=
 =?UTF-8?q?kategorie=20P?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/test-init | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/test-init b/bin/test-init
index 9fabbd7f..deacddd5 100755
--- a/bin/test-init
+++ b/bin/test-init
@@ -136,6 +136,7 @@ init_contestants ()
 	run register-contest --email u1@test --round 42-A-2 --region gulz
 	run register-contest --email u1@test --round 42-A-3 --region A
 	run register-contest --email u1@test --round 42-A-4a --region CZ
+	run register-contest --email u1@test --round 42-P-1 --region CZ
 
 	run register-year --email u2@test --year 42 --school gkj --grade 4/4 --birth-year=2001
 	run register-contest --email u2@test --round 42-A-1 --region gkj
@@ -143,6 +144,7 @@ init_contestants ()
 	# V krajském kole soutěží v jiném kraji, než kam patří
 	run register-contest --email u2@test --round 42-A-3 --region B --site A
 	run register-contest --email u2@test --round 42-A-4a --region CZ
+	run register-contest --email u2@test --round 42-P-1 --region CZ
 
 	run register-year --email u3@test --year 42 --school zs-sutka --grade 7 --birth-year=2010
 	run register-contest --email u3@test --round 42-Z7-1 --region zs-sutka
-- 
GitLab