Fixing the id generation logic for the java and qemu drivers

This commit is contained in:
Diptanu Choudhury
2016-02-04 13:22:38 -08:00
parent d7a03de368
commit 443acc1520
5 changed files with 27 additions and 37 deletions

View File

@@ -87,6 +87,7 @@ func TestJavaDriver_StartOpen_Wait(t *testing.T) {
// There is a race condition between the handle waiting and killing. One
// will return an error.
handle.Kill()
handle2.Kill()
}
func TestJavaDriver_Start_Wait(t *testing.T) {