Skip to content

Commit b738210

Browse files
committed
remove personal tests as they pollute implementation report results
1 parent 4bdceeb commit b738210

14 files changed

+0
-537
lines changed

jsonld-cpp/test/testjsonld-cpp/test_JsonLdProcessor_expand.cpp

-15
Original file line numberDiff line numberDiff line change
@@ -1645,21 +1645,6 @@ TEST_F(JsonLdProcessorExpandTest, expand_ttn02) {
16451645
performExpandTestFromManifest("#ttn02");
16461646
}
16471647

1648-
TEST_F(JsonLdProcessorExpandTest, expand_0300) {
1649-
// this is an extra test Dan added while trying to debug issues with canonicalize test 0008
1650-
performExpandTestFromManifest("#t0300", "expand-manifest-extra.jsonld");
1651-
}
1652-
1653-
TEST_F(JsonLdProcessorExpandTest, expand_0301) {
1654-
// this is an extra test Dan added while trying to debug issues with canonicalize test 0020
1655-
performExpandTestFromManifest("#t0301", "expand-manifest-extra.jsonld");
1656-
}
1657-
1658-
TEST_F(JsonLdProcessorExpandTest, expand_0302) {
1659-
// this is an extra test Dan added while trying to debug issues with canonicalize test 0044
1660-
performExpandTestFromManifest("#t0302", "expand-manifest-extra.jsonld");
1661-
}
1662-
16631648
// This test would run everything in the manifest all at once, but is disabled for now
16641649
// until after we get everything working using the single test functions above.
16651650
TEST_F(JsonLdProcessorExpandTest, DISABLED_expand_with_manifest) {

jsonld-cpp/test/testjsonld-cpp/test_JsonLdProcessor_toRDF.cpp

-15
Original file line numberDiff line numberDiff line change
@@ -1970,21 +1970,6 @@ TEST_F(JsonLdProcessorToRDFTest, toRdf_twf07) {
19701970
performToRDFTestFromManifest("#twf07");
19711971
}
19721972

1973-
TEST_F(JsonLdProcessorToRDFTest, toRdf_0300) {
1974-
// this is an extra test Dan added while trying to debug issues with canonicalize test 0008
1975-
performToRDFTestFromManifest("#t0300", "toRdf-manifest-extra.jsonld");
1976-
}
1977-
1978-
TEST_F(JsonLdProcessorToRDFTest, toRdf_0301) {
1979-
// this is an extra test Dan added while trying to debug issues with canonicalize test 0020
1980-
performToRDFTestFromManifest("#t0301", "toRdf-manifest-extra.jsonld");
1981-
}
1982-
1983-
TEST_F(JsonLdProcessorToRDFTest, toRdf_0302) {
1984-
// this is an extra test Dan added while trying to debug issues with canonicalize test 0044
1985-
performToRDFTestFromManifest("#t0302", "toRdf-manifest-extra.jsonld");
1986-
}
1987-
19881973
// This test would run everything in the manifest all at once, but is disabled for now
19891974
// until after we get everything working using the single test functions above.
19901975
TEST_F(JsonLdProcessorToRDFTest, DISABLED_toRdf_with_manifest) {

jsonld-cpp/test/testjsonld-cpp/test_data/expand/0300-in.jsonld

-20
This file was deleted.

jsonld-cpp/test/testjsonld-cpp/test_data/expand/0300-out.jsonld

-21
This file was deleted.

jsonld-cpp/test/testjsonld-cpp/test_data/expand/0301-in.jsonld

-26
This file was deleted.

jsonld-cpp/test/testjsonld-cpp/test_data/expand/0301-out.jsonld

-31
This file was deleted.

jsonld-cpp/test/testjsonld-cpp/test_data/expand/0302-in.jsonld

-104
This file was deleted.

jsonld-cpp/test/testjsonld-cpp/test_data/expand/0302-out.jsonld

-109
This file was deleted.

jsonld-cpp/test/testjsonld-cpp/test_data/toRdf/0300-in.jsonld

-20
This file was deleted.

jsonld-cpp/test/testjsonld-cpp/test_data/toRdf/0300-out.nq

-6
This file was deleted.

0 commit comments

Comments
 (0)