Skip to content

Commit

Permalink
Upgrade test image to 6.0-22104 and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Dec 29, 2022
1 parent 27f8156 commit 7c9697b
Show file tree
Hide file tree
Showing 4 changed files with 735 additions and 423 deletions.
4 changes: 2 additions & 2 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"cuis_test_image_tag": "21.3.0",
"icon": "trufflesqueak-icon.png",
"icon_tag": "21.0.0.1",
"test_image": "TruffleSqueakTestImage-6.0alpha-20228b-64bit.zip",
"test_image_tag": "21.1.0",
"test_image": "TruffleSqueakTestImage-6.0-22104-64bit.zip",
"test_image_tag": "22.3.0",
},

"release": False,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public void test07SUnitTest() {
}

@Test
public void test08MethodContextRestart() {
// MethodContextTest>>testRestart uses #should:notTakeMoreThan: (requires process switching)
assertEquals(BooleanObject.TRUE, evaluate("[MethodContextTest new privRestartTest. true] value"));
public void test08ContextRestart() {
// ContextTest>>testRestart uses #should:notTakeMoreThan: (requires process switching)
assertEquals(BooleanObject.TRUE, evaluate("[ContextTest new privRestartTest. true] value"));
}

@Test
Expand Down
Loading

0 comments on commit 7c9697b

Please sign in to comment.