Skip to content

Commit e02d53f

Browse files
authored
Remove incubating normalized cache tests (apollographql#5995)
1 parent 6e4f375 commit e02d53f

38 files changed

+0
-2855
lines changed

gradle/libraries.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ androidx-sqlite = "2.3.1"
1616
# This is used by the gradle integration tests to get the artifacts locally
1717
apollo = "4.0.0-beta.8-SNAPSHOT"
1818
apollo-execution = "0.0.1"
19-
apollo-normalizedcache-incubating = "0.0.1"
2019
apollo-normalizedcache-incubating-snapshot = "0.0.2-SNAPSHOT"
2120
# Used by the apollo-tooling project which uses a published version of Apollo
2221
apollo-published = "4.0.0-beta.6"
@@ -72,10 +71,8 @@ apollo-idlingresource = { group = "com.apollographql.apollo3", name = "apollo-id
7271
apollo-mockserver = { group = "com.apollographql.mockserver", name = "apollo-mockserver", version = "0.0.3" }
7372
apollo-mpputils = { group = "com.apollographql.apollo3", name = "apollo-mpp-utils", version.ref = "apollo" }
7473
apollo-normalizedcache = { group = "com.apollographql.apollo3", name = "apollo-normalized-cache", version.ref = "apollo" }
75-
apollo-normalizedcache-incubating = { group = "com.apollographql.cache", name = "normalized-cache-incubating", version.ref = "apollo-normalizedcache-incubating" }
7674
apollo-normalizedcache-incubating-snapshot = { group = "com.apollographql.cache", name = "normalized-cache-incubating", version.ref = "apollo-normalizedcache-incubating-snapshot" }
7775
apollo-normalizedcache-sqlite = { group = "com.apollographql.apollo3", name = "apollo-normalized-cache-sqlite", version.ref = "apollo" }
78-
apollo-normalizedcache-sqlite-incubating = { group = "com.apollographql.cache", name = "normalized-cache-sqlite-incubating", version.ref = "apollo-normalizedcache-incubating" }
7976
apollo-normalizedcache-sqlite-incubating-snapshot = { group = "com.apollographql.cache", name = "normalized-cache-sqlite-incubating", version.ref = "apollo-normalizedcache-incubating-snapshot" }
8077
apollo-plugin = { group = "com.apollographql.apollo3", name = "apollo-gradle-plugin", version.ref = "apollo" }
8178
apollo-runtime = { group = "com.apollographql.apollo3", name = "apollo-runtime", version.ref = "apollo" }

tests/pagination/build.gradle.kts

Lines changed: 0 additions & 86 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/embed/extra.graphqls

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/embed/operations.graphql

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/embed/schema.graphqls

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/pagination/connection/extra.graphqls

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/pagination/connection/operations.graphql

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/pagination/connection/schema.graphqls

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/pagination/connectionProgrammatic/extra.graphqls

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/pagination/src/commonMain/graphql/pagination/connectionProgrammatic/operations.graphql

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)