pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.
MIT License
134 stars 85 forks source link

/ related broken tests #1770

Closed Ducasse closed 11 months ago

Ducasse commented 1 year ago

#########################

5 tests did not pass:

#########################

IceTipCommitBrowserTestWithoutRemoteSet ✗ #testIsCommitingCheckedItems (356ms) Instance of IceEmptyNode did not understand #/ IceEmptyNode(Object)>>doesNotUnderstand: #/ IceTipCommitBrowserTestWithoutRemoteSet(IceTipCommitBrowserTest)>>testIsCommitingCheckedItems .../ self packageName1 IceTipCommitBrowserTestWithoutRemoteSet(TestCase)>>performTest ✗ #testIsNotCommitingUncheckedItems (453ms) Instance of IceEmptyNode did not understand #/ IceEmptyNode(Object)>>doesNotUnderstand: #/ IceTipCommitBrowserTestWithoutRemoteSet(IceTipCommitBrowserTest)>>testIsNotCommitingUncheckedItems .../ self packageName1 IceTipCommitBrowserTestWithoutRemoteSet(TestCase)>>performTest

IceTipCommitBrowserTestWithRemoteSet ✗ #testIsCommitingCheckedItems (412ms) Instance of IceEmptyNode did not understand #/ IceEmptyNode(Object)>>doesNotUnderstand: #/ IceTipCommitBrowserTestWithRemoteSet(IceTipCommitBrowserTest)>>testIsCommitingCheckedItems .../ self packageName1 IceTipCommitBrowserTestWithRemoteSet(TestCase)>>performTest ✗ #testIsNotCommitingUncheckedItems (486ms) Instance of IceEmptyNode did not understand #/ IceEmptyNode(Object)>>doesNotUnderstand: #/ IceTipCommitBrowserTestWithRemoteSet(IceTipCommitBrowserTest)>>testIsNotCommitingUncheckedItems .../ self packageName1 IceTipCommitBrowserTestWithRemoteSet(TestCase)>>performTest ✗ #testPushingAutomatically (537ms) Instance of IceEmptyNode did not understand #/ IceEmptyNode(Object)>>doesNotUnderstand: #/ IceTipCommitBrowserTestWithRemoteSet>>testPushingAutomatically .../ self packageName1 IceTipCommitBrowserTestWithRemoteSet(TestCase)>>performTest

Ducasse commented 11 months ago

This is fixed