Changeset 37491
- Timestamp:
- 05/13/10 19:02:26 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk/src
- Files:
-
- 2 modified
-
mil/src/test/Atomic.cc (modified) (2 diffs)
-
tests/TestNLS.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/mil/src/test/Atomic.cc
r37304 r37491 44 44 template <class T> 45 45 void test2() { 46 #if defined(HAVE_GCC_ATOMIC_OPERATIONS) || defined(MIL_OS_WINDOWS) 46 47 struct abcde { 47 48 abcde(T data) { … … 79 80 bar.val.store((T)0); 80 81 QT_CHECK_EQUAL(memcmp(&foo, &bar, sizeof(foo)), 0); 82 #endif 81 83 } 82 84 -
lang/objective-cplusplus/i3/trunk/src/tests/TestNLS.cc
r37392 r37491 184 184 check_translation("Hello, world!", _T("Hello, world!")); 185 185 186 QT_CHECK_NOT_EQUAL(set_locale("ja " JA_ENCODING), -1);186 QT_CHECK_NOT_EQUAL(set_locale("ja_JP" JA_ENCODING), -1); 187 187 check_translation("Hello, world!", hello_world_ja); 188 188 … … 196 196 check_translation("Hello, world!", _T("Sveika, pasaule!")); 197 197 198 QT_CHECK_NOT_EQUAL(set_locale("ja " JA_ENCODING), -1);198 QT_CHECK_NOT_EQUAL(set_locale("ja_JP" JA_ENCODING), -1); 199 199 check_translation("Hello, world!", hello_world_ja); 200 200
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)