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

common: Resuscitate Floppy Tests
pull/8315/head
Adrien Delorme 7 years ago committed by GitHub
commit c0db000dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save