forked from SeasideSt/Seaside
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue SeasideSt#48: first order of business is to determine whether o…
…r not these tests are being run...
- Loading branch information
1 parent
223f8c9
commit e5efe16
Showing
5 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ackage/WAExternalFileLibraryTest.class/instance/crossPlatformPathFromArray.finalSlash..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
testing | ||
crossPlatformPathFromArray: pathArray finalSlash: finalSlash | ||
| separator path| | ||
separator := String with: SpFilename new separator. | ||
separator := GRPlatform current pathSeparator. | ||
|
||
path := String new. | ||
pathArray do: [:pathElement | | ||
path := path, separator, pathElement ]. | ||
|
||
finalSlash ifTrue: [ path:= path, separator]. | ||
|
||
^ path | ||
^ path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
repository/Seaside-Tests-FileSystem.package/monticello.meta/version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters