Verified Commit 784cd016 authored by Peter Stanko's avatar Peter Stanko
Browse files

Added the NOTEST content to the samples

parent a1438d34
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -62,3 +62,20 @@ PREDMET_INFO = """
 </VYUCUJICI_SEZNAM>
</PREDMET_INFO>
"""

BLOCKS_CONTENT = """
<BLOKY_OBSAH>
 <STUDENT>
  <OBSAH>25 bodů</OBSAH>
  <UCO>444111000</UCO>
  <ZMENENO>20160111104208</ZMENENO>
  <ZMENIL>444111222</ZMENIL>
 </STUDENT>
  ...
 <STUDENT>
  <NEMA_POZN_BLOK>1</NEMA_POZN_BLOK>
  <UCO>444111222</UCO>
 </STUDENT>
  ...
</BLOKY_OBSAH>
"""