|
@@ -465,7 +465,7 @@ public class TestGpuResourceHandler {
|
|
caughtException = true;
|
|
caughtException = true;
|
|
}
|
|
}
|
|
Assert.assertTrue(
|
|
Assert.assertTrue(
|
|
- "Should fail since requested device Id is not in allowed list",
|
|
|
|
|
|
+ "Should fail since requested device Id is already assigned",
|
|
caughtException);
|
|
caughtException);
|
|
|
|
|
|
// Make sure internal state not changed.
|
|
// Make sure internal state not changed.
|