- Регистрация
- 22.11.2012
- Сообщения
- 20
- Благодарностей
- 0
- Баллы
- 0
Hello,
I found bug in zenno.
1. I'm parsing source and I'm searching for choosen text.
2. I'm checking text from point 1. If empty template is going to point 3.
3. The same check what in point first but I'm using other REGEX.
4. The same what in point 2.
5. Last checking text.
And bug is in point 3. I followed logs and in point 2 zenno found text according to REGEX but "if", from point 3, returns blank result (neither false and neither true but point 2 returns result "OK"). I check few times and everytime is the same bug.
Second bug is in deleting data from lists. I setted deleting every line in list after every action but before new and Zenno didn't delete lines.
Steps to get error:
1. Get text from text file "file1".
2. Put text to list "list1".
3. Get line x (in this step this line is filled by text).
4. Delete every line from list "list1".
5. Get text from text file "file2".
6. Put new test to list "list1".
7. Get line x (in this step line is blank).
...
In step 7 zenno doesn't get blank line. Zenno get text from line "x" from file "file1", not from "file2".
I found bug in zenno.

1. I'm parsing source and I'm searching for choosen text.
2. I'm checking text from point 1. If empty template is going to point 3.
3. The same check what in point first but I'm using other REGEX.
4. The same what in point 2.
5. Last checking text.
And bug is in point 3. I followed logs and in point 2 zenno found text according to REGEX but "if", from point 3, returns blank result (neither false and neither true but point 2 returns result "OK"). I check few times and everytime is the same bug.
Second bug is in deleting data from lists. I setted deleting every line in list after every action but before new and Zenno didn't delete lines.
Steps to get error:
1. Get text from text file "file1".
2. Put text to list "list1".
3. Get line x (in this step this line is filled by text).
4. Delete every line from list "list1".
5. Get text from text file "file2".
6. Put new test to list "list1".
7. Get line x (in this step line is blank).
...
In step 7 zenno doesn't get blank line. Zenno get text from line "x" from file "file1", not from "file2".