spark-instrumented-optimizer/R/pkg/inst/tests
Sun Rui 69c5dee2f0 [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true
1. Update the pattern 'expect_true(a == b)' to 'expect_equal(a, b)'.
2. Update the pattern 'expect_true(inherits(a, b))' to 'expect_is(a, b)'.
3. Update the pattern 'expect_true(identical(a, b))' to 'expect_identical(a, b)'.

Author: Sun Rui <rui.sun@intel.com>

Closes #7152 from sun-rui/SPARK-7714 and squashes the following commits:

8ad2440 [Sun Rui] Fix test case errors.
8fe9f0c [Sun Rui] Update the pattern 'expect_true(identical(a, b))' to 'expect_identical(a, b)'.
f1b8005 [Sun Rui] Update the pattern 'expect_true(inherits(a, b))' to 'expect_is(a, b)'.
f631e94 [Sun Rui] Update the pattern 'expect_true(a == b)' to 'expect_equal(a, b)'.
2015-07-01 09:50:12 -07:00
..
jarTest.R [SPARK-8607] SparkR -- jars not being added to application classpath correctly 2015-06-26 17:06:16 -07:00
test_binary_function.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_binaryFile.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_broadcast.R [SPARK-7230] [SPARKR] Make RDD private in SparkR. 2015-05-05 14:40:33 -07:00
test_client.R [SPARK-8506] Add pakages to R context created through init. 2015-06-24 11:55:20 -07:00
test_context.R [SPARK-8452] [SPARKR] expose jobGroup API in SparkR 2015-06-19 15:51:59 -07:00
test_includeJAR.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_includePackage.R [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
test_parallelize_collect.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_rdd.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_shuffle.R [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR files 2015-06-22 20:55:38 -07:00
test_sparkSQL.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_take.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_textFile.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_utils.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00