Skip to content

Commit

Permalink
Make vm url tests pass on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Sep 28, 2018
1 parent d020aee commit 39aef95
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 17 deletions.
@@ -1,11 +1,13 @@
{
"classtraitcomposition" : "TPhLVirtualMachineTestUtil classTrait",
"classvars" : [ ],
"instvars" : [ ],
"name" : "PhLVirtualMachineManagerTest",
"commentStamp" : "",
"super" : "TestCase",
"category" : "PharoLauncher-Tests-Download",
"traitcomposition" : "TPhLVirtualMachineTestUtil",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "PhLVirtualMachineManagerTest",
"type" : "normal"
"category" : "PharoLauncher-Tests-Download"
}
Empty file.
@@ -0,0 +1,7 @@
{
"commentStamp" : "",
"classinstvars" : [ ],
"category" : "PharoLauncher-Tests-Download",
"instvars" : [ ],
"name" : "TPhLVirtualMachineTestUtil"
}
Expand Up @@ -5,5 +5,5 @@ testCanGetDownloadUrl
basicInitializeOn: FileSystem memory / '6521';
yourself.
self
assert: vm downloadUrl
assert: (self replaceOSByMacIn: vm downloadUrl)
equals: 'https://files.pharo.org/get-files/70/pharo-mac-stable.zip'
@@ -1,11 +1,13 @@
{
"classtraitcomposition" : "TPhLVirtualMachineTestUtil classTrait",
"classvars" : [ ],
"instvars" : [ ],
"name" : "PhLPrivateVirtualMachineTest",
"commentStamp" : "",
"super" : "TestCase",
"category" : "PharoLauncher-Tests-Functional",
"traitcomposition" : "TPhLVirtualMachineTestUtil",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "PhLPrivateVirtualMachineTest",
"type" : "normal"
"category" : "PharoLauncher-Tests-Functional"
}
Expand Up @@ -5,5 +5,5 @@ testCanGetDownloadUrl
basicInitializeOn: FileSystem memory / '70-x64';
yourself.
self
assert: vm downloadUrl
assert: (self replaceOSByMacIn: vm downloadUrl)
equals: 'https://files.pharo.org/get-files/70/pharo64-mac-stable.zip'
@@ -1,11 +1,13 @@
{
"classtraitcomposition" : "TPhLVirtualMachineTestUtil classTrait",
"classvars" : [ ],
"instvars" : [ ],
"name" : "PhLVirtualMachineTest",
"commentStamp" : "",
"super" : "TestCase",
"category" : "PharoLauncher-Tests-Functional",
"traitcomposition" : "TPhLVirtualMachineTestUtil",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "PhLVirtualMachineTest",
"type" : "normal"
"category" : "PharoLauncher-Tests-Functional"
}

0 comments on commit 39aef95

Please sign in to comment.