ByteSequence.cxx (0ffb4d95) ByteSequence.cxx (cb98cea0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 153 unchanged lines hidden (view full) ---

162 ASSERT_EQ(sal_False, s2 == s1);
163 ASSERT_EQ(sal_True, s1 != s2);
164 ASSERT_EQ(sal_True, s2 != s1);
165}
166
167
168}
169
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 153 unchanged lines hidden (view full) ---

162 ASSERT_EQ(sal_False, s2 == s1);
163 ASSERT_EQ(sal_True, s1 != s2);
164 ASSERT_EQ(sal_True, s2 != s1);
165}
166
167
168}
169
170int main(int argc, char **argv)
171{
172 ::testing::InitGoogleTest(&argc, argv);
173 return RUN_ALL_TESTS();
174}
175