Skip to content
Snippets Groups Projects
Commit c0c78d21 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Renamed test more descriptively

parent dee8ff1b
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ class BlockManagerSuite extends FunSuite with BeforeAndAfterEach {
assert(store.get("list4").get.size === 2)
}
test("ByteBufferInputStream bugs") {
test("negative byte values in ByteBufferInputStream") {
val buffer = ByteBuffer.wrap(Array[Int](254, 255, 0, 1, 2).map(_.toByte).toArray)
val stream = new ByteBufferInputStream(buffer)
val temp = new Array[Byte](10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment