summaryrefslogtreecommitdiff
path: root/test/test_exporter_json.cpp
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-07-04 15:05:36 +0800
committerchenzizhan <[email protected]>2024-07-04 15:05:36 +0800
commitda2b236902f842903bd7643e824454eff286a15d (patch)
treef04dea546d4f2ef48c97e8dc2c5f22fa9446079d /test/test_exporter_json.cpp
parentf2b84f92d479dc37c835932286c00c1cbbb5c523 (diff)
move cube manager to cube.c; cube manager is now a bidict
Diffstat (limited to 'test/test_exporter_json.cpp')
-rw-r--r--test/test_exporter_json.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_exporter_json.cpp b/test/test_exporter_json.cpp
index 8369520..873abfe 100644
--- a/test/test_exporter_json.cpp
+++ b/test/test_exporter_json.cpp
@@ -813,14 +813,6 @@ TEST(export_test, enable_delta_and_reset_on_change_exporter_tag) {
test_reset_one_round(trigger);
}
-TEST(export_test, enable_delta_and_reset_on_reset_instance) {
- auto trigger = [](struct fieldstat *instance, struct fieldstat_json_exporter *fieldstat_json_exporter) {
- fieldstat_reset(instance);
- };
-
- test_reset_one_round(trigger);
-}
-
TEST(export_test, enable_delta_and_reset_on_delete_cube) {
auto trigger = [](struct fieldstat *instance, struct fieldstat_json_exporter *fieldstat_json_exporter) {
fieldstat_destroy_cube(instance, 0);