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 27, 2023
1 parent 7470512 commit 019d967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions libycp/testsuite/tests/builtin/Builtin-String1.err
Expand Up @@ -56,18 +56,14 @@ Parsed:
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
"** tolower and toascii **"
"** tolower **"
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
tolower ("aBcDeF")
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
toascii ("aÖBÄc")
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
"** find et.al. **"
----------------------------------------------------------------------
Parsed:
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 019d967

Please sign in to comment.