Skip to content

Commit

Permalink
Removed outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Nov 28, 2023
1 parent 7470512 commit 9d741b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions libycp/testsuite/tests/builtin/Builtin-String1.err
Expand Up @@ -56,24 +56,22 @@ Parsed:
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
"** tolower and toascii **"
"** tolower **"
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
tolower ("aBcDeF")
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
toascii ("aÖBÄc")
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
"** find et.al. **"
----------------------------------------------------------------------
[Parser] tests/builtin/Builtin-String1.ycp:43 Warning: find(...) is deprecated, please fix
Parsed:
----------------------------------------------------------------------
find ("abcdefghi", "efg")
----------------------------------------------------------------------
[Parser] tests/builtin/Builtin-String1.ycp:44 Warning: find(...) is deprecated, please fix
Parsed:
----------------------------------------------------------------------
find ("aaaaa", "z")
Expand Down
3 changes: 1 addition & 2 deletions libycp/testsuite/tests/builtin/Builtin-String1.out
Expand Up @@ -12,9 +12,8 @@
("")
("")
("** crypt - disabled **")
("** tolower and toascii **")
("** tolower **")
("abcdef")
("aBc")
("** find et.al. **")
(4)
(-1)
Expand Down
3 changes: 1 addition & 2 deletions libycp/testsuite/tests/builtin/Builtin-String1.ycp
Expand Up @@ -34,10 +34,9 @@
//(cryptmd5 ("readable"))


("** tolower and toascii **")
("** tolower **")

(tolower ("aBcDeF"))
(toascii ("aÖBÄc"))

("** find et.al. **")

Expand Down

0 comments on commit 9d741b1

Please sign in to comment.