Skip to content

Commit

Permalink
Fix regression failures
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Feb 27, 2024
1 parent 5d7bec0 commit 44f6de7
Show file tree
Hide file tree
Showing 7 changed files with 416 additions and 428 deletions.
2 changes: 1 addition & 1 deletion test/00/checkReadOnlySaveFails.sh
Expand Up @@ -31,7 +31,7 @@ trap "fail" 1 2 3 15
# test that save file throws an error if it can't
cat >input.tcl <<EOF
minsky.save writeable.mky
if [catch {minsky.save readonly.mky}] {tcl_exit 0}
if [catch {minsky.save /minsky-dummy/readonly.mky}] {tcl_exit 0}
tcl_exit 1
EOF

Expand Down
136 changes: 67 additions & 69 deletions test/renderedImages/allItemsBare.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 70 additions & 72 deletions test/renderedImages/allItemsHeadAndTail.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
136 changes: 67 additions & 69 deletions test/renderedImages/allItemsMouseOver.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
136 changes: 67 additions & 69 deletions test/renderedImages/allItemsOnBorder.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 74 additions & 76 deletions test/renderedImages/allItemsSelected.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 70 additions & 72 deletions test/renderedImages/allItemsTail.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44f6de7

Please sign in to comment.