Re: [libvirt] [PATCH v4 3/3] vsh: Added tests

2018-08-23 Thread Michal Privoznik
On 08/22/2018 07:42 PM, Simon Kobyda wrote: > For now, there are 9 test cases > - testVshTableNew: Creating table with empty header > - testVshTableHeader: Printing table with/without header > - testVshTableRowAppend: Appending row with various number of cells. > Only row with same number of cell

[libvirt] [PATCH v4 3/3] vsh: Added tests

2018-08-22 Thread Simon Kobyda
For now, there are 9 test cases - testVshTableNew: Creating table with empty header - testVshTableHeader: Printing table with/without header - testVshTableRowAppend: Appending row with various number of cells. Only row with same number of cells as in header is accepted. - testUnicode: Printing ta