-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Description:
While creating a logical group using the octl tool with a given empty file the logical group is not added.
Expected behavior:
I expect to see the logical group added on the given file and a completion message after executing it:
Grouping: Add done successfully!
Actual behavior:
I do not see the completion message and the file remains empty.
Reproduction steps:
$ touch test.xml
$ ./octl -l test.xml grouping add test1 c8
ERROR: [[INVALID],INVALID] : pugi_parser: Cannot open file 'test.xml' because No document element found
ERROR: [[61621,0],0] : pugi_parser: Cannot open file 'test.xml' because No document element found
Specifications:
- version: cad49d9
- platform: CentOS 7.2
- Component: octl tool