Skip to content

Commit

Permalink
- rename in baseline and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Jun 26, 2019
1 parent 55a9918 commit 7349e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfIDE/BaselineOfIDE.class.st
Expand Up @@ -164,7 +164,7 @@ BaselineOfIDE >> baseline: spec [
spec package: 'Network-Tests'.
spec package: 'Tests'.
spec package: 'Ring-Deprecated-Tests-Kernel'.
spec package: 'AST-Tests-Core'.
spec package: 'AST-Core-Tests'.
spec package: 'FileSystem-Tests-Core'.
spec package: 'Fuel-Tests-Core'.
spec package: 'Fuel-Tools-Pharo'.
Expand Down Expand Up @@ -760,7 +760,7 @@ spec group: 'Kernel-Tests-Group' with: #(
'Kernel-Tests'
'Kernel-Tests-Extended'
'Kernel-Tests-WithCompiler'
'AST-Tests-Core' "requires BlueInk-Core"
'AST-Core-Tests' "requires BlueInk-Core"
'Announcements-Tests-Core'
'Compression-Tests'
'FileSystem-Tests-Core'
Expand Down
4 changes: 2 additions & 2 deletions src/System-DependenciesTests/SystemDependenciesTest.class.st
Expand Up @@ -59,7 +59,7 @@ SystemDependenciesTest >> knownBasicToolsDependencies [

"ideally this list should be empty"

^ #('AST-Tests-Core' 'Athens-Cairo' 'Athens-Core' "Those are added for the development of Spec2 and should probably be removed"
^ #('AST-Core-Tests' 'Athens-Cairo' 'Athens-Core' "Those are added for the development of Spec2 and should probably be removed"
#'Athens-Morphic' 'Glamour-Morphic-Widgets' #NautilusRefactoring #'Refactoring-Critics' #'Reflectivity-Tools' #Shout #'Tool-Catalog' 'ParametrizedTests') sorted
]

Expand Down Expand Up @@ -182,7 +182,7 @@ SystemDependenciesTest >> knownUIDependencies [

"ideally this list should be empty"

^ #('AST-Tests-Core' 'Athens-Cairo' 'Athens-Core' "Those are added for the development of Spec2 and should probably be removed"
^ #('AST-Core-Tests' 'Athens-Cairo' 'Athens-Core' "Those are added for the development of Spec2 and should probably be removed"
#'Athens-Morphic' #'Glamour-Morphic-Widgets' #'Network-Mail' #RecentSubmissions #'Refactoring-Critics' #'Refactoring-Environment' #'Reflectivity-Tools' #Shout #'Tool-Diff' #'Tool-FileList' #'Tool-ProcessBrowser' #'Tool-Profilers') sorted
]

Expand Down

0 comments on commit 7349e63

Please sign in to comment.