Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wp20ws_DragandDropToolSSH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
softwarepraktikum
wp20ws_DragandDropToolSSH
Merge requests
!29
Resolve "Add rmdir command"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add rmdir command"
49-add-rmdir-command
into
master
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Lukas Johannes Horn
requested to merge
49-add-rmdir-command
into
master
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
Closes
#49 (closed)
Edited
4 years ago
by
Lukas Johannes Horn
0
0
Merge request reports
Viewing commit
eeeebb64
Prev
Next
Show latest version
3 files
+
119
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
eeeebb64
Implemented tests for rmdir
· eeeebb64
Lukas Johannes Horn
authored
4 years ago
development/ssh/src/test/java/de/uniwue/swp/dragdropssh/ssh/tasks/console/MakeDirectoryTest.java
+
1
−
1
Options
@@ -46,7 +46,7 @@ public class MakeDirectoryTest {
@BeforeAll
public
static
void
initializeKnownHostsPath
(){
knownHostsPath
=
Upload
Test
.
class
.
getClassLoader
().
getResource
(
"known_hosts"
).
getPath
().
replace
(
"%20"
,
" "
);
knownHostsPath
=
MakeDirectory
Test
.
class
.
getClassLoader
().
getResource
(
"known_hosts"
).
getPath
().
replace
(
"%20"
,
" "
);
}
Loading