Skip to content

Commit

Permalink
Merge pull request #17 from sarahtathy/sarah-branch
Browse files Browse the repository at this point in the history
move a test to another class
  • Loading branch information
hernanmd authored Jul 18, 2024
2 parents 29246ba + 39cd5de commit 8c96954
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 7 additions & 0 deletions src/MicroEd-Spec-Tests/MDEditorFilePresenterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ MDEditorFilePresenterTest >> testGotSyntaxStateWhenIsNotSpecify [
self assert: presenter syntaxState class equals: MDMicroDownSyntax
]

{ #category : 'running' }
MDEditorFilePresenterTest >> testMDFileOverwriteFileReferenceWhenAnotherSameFile [

"We want to test how to overwrite the content of a file when there is another file with the same name. "
self skip.
]

{ #category : 'tests-interaction' }
MDEditorFilePresenterTest >> testOpenIsWorkingSmokeTest [

Expand Down
8 changes: 0 additions & 8 deletions src/MicroEd-Tests/MDFileTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ MDFileTest >> tearDown [
super tearDown
]

{ #category : 'running' }
MDFileTest >> testMDFileCreationOverwriteExistingFile [
" dans quel cas on voudrait remplacer un fichier.
peut etre si le fichier en question existe deja. il faut donc penser à réécrire le nom du fichier. "

self skip.
]

{ #category : 'running' }
MDFileTest >> testMDFileCreationWithExistingFile [

Expand Down

0 comments on commit 8c96954

Please sign in to comment.