Skip to content

Commit

Permalink
jenkins crashed before running anything last time, so making minor ch…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
kmader committed Oct 1, 2014
1 parent b348ce1 commit c27a8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/org/apache/spark/FileSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class FileSuite extends FunSuite with LocalSparkContext {
val inRdd = sc.binaryFiles(outFileName)
val (infile: String, indata: PortableDataStream) = inRdd.first

// Try reading the output back as an object file
// Make sure the name and array match
assert(infile.contains(outFileName)) // a prefix may get added
assert(indata.toArray === testOutput)
}
Expand Down

0 comments on commit c27a8f1

Please sign in to comment.