root/tests/UI/testUI.cfg @ 345

Revision 345, 401 bytes (checked in by mido, 15 years ago)

dodelano user_info, castecne predelano podle stabni kultury, zbyva otestovat a udelat dokumentaci

  • Property svn:eol-style set to native
RevLine 
[271]1//test
[344]2pepikovo :
[244]3{
[344]4  class = "Car";
5  year = 1998;
6  manufacturer = "audi";
7  kilometers = 25000;
[244]8};
[344]9jardovo :
[244]10{
[344]11  class = "Car";
12  year = 1992;
13  manufacturer = "liaz";
14  kilometers = 1555000;
[246]15};
[344]16ondrejovo :
[246]17{
[344]18  class = "Bike";
19  year = 1996;
20  manufacturer = "author";
21  electricLights = true;
22  matr = ( 2, 2, [ 1.0, 0.0, 0.0, 1.0 ] );
[246]23};
[344]24elisky : "jardovo";
[345]25kati : "skubankovo@testUI_ex.cfg";
Note: See TracBrowser for help on using the browser.