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 7ff171d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions libycp/testsuite/tests/builtin/Builtin-String1.err
Original file line number Diff line number Diff line change
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.out
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 7ff171d

Please sign in to comment.