Merge pull request #8310 from alrs/resuscitate-common-floppy-tests

common: Resuscitate Floppy Tests
This commit is contained in:
Adrien Delorme 2019-11-04 15:50:46 +01:00 committed by GitHub
commit c0db000dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ func TestStepCreateFloppy(t *testing.T) {
}
}
func xxxTestStepCreateFloppy_missing(t *testing.T) {
func TestStepCreateFloppy_missing(t *testing.T) {
state := testStepCreateFloppyState(t)
step := new(StepCreateFloppy)
@ -143,7 +143,7 @@ func xxxTestStepCreateFloppy_missing(t *testing.T) {
}
}
func xxxTestStepCreateFloppy_notfound(t *testing.T) {
func TestStepCreateFloppy_notfound(t *testing.T) {
state := testStepCreateFloppyState(t)
step := new(StepCreateFloppy)