// Copyright 2021 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "xfa/fxfa/parser/cxfa_timezoneprovider.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/scoped_set_tz.h" TEST(CXFA_TimeZoneProviderTest, HourOffsets) { … } TEST(CXFA_TimeZoneProviderTest, HalfHourOffsets) { … }