File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/test/scala/org/apache/spark Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -284,15 +284,15 @@ class SparkContextSuite extends SparkFunSuite with LocalSparkContext {
284
284
var targetPath = mockPath + " textFile"
285
285
assert(sc.textFile(targetPath).name == targetPath)
286
286
287
- targetPath = mockPath + " wholeTextFile "
288
- assert(sc.wholeTextFile (targetPath).name == targetPath)
287
+ targetPath = mockPath + " wholeTextFiles "
288
+ assert(sc.wholeTextFiles (targetPath).name == targetPath)
289
289
290
290
targetPath = mockPath + " binaryFiles"
291
291
assert(sc.binaryFiles(targetPath).name == targetPath)
292
-
292
+
293
293
targetPath = mockPath + " hadoopFile"
294
294
assert(sc.hadoopFile(targetPath).name == targetPath)
295
-
295
+
296
296
targetPath = mockPath + " newAPIHadoopFile"
297
297
assert(sc.newAPIHadoopFile(targetPath).name == targetPath)
298
298
You can’t perform that action at this time.
0 commit comments