Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
41dde32b
Kaydet (Commit)
41dde32b
authored
Kas 21, 2011
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #13441: Reenable strxfrm() tests on Solaris
üst
ce0e7daf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
test__locale.py
Lib/test/test__locale.py
+0
-2
test_locale.py
Lib/test/test_locale.py
+0
-4
No files found.
Lib/test/test__locale.py
Dosyayı görüntüle @
41dde32b
...
...
@@ -113,8 +113,6 @@ class _LocaleTests(unittest.TestCase):
nl_radixchar
,
li_radixchar
,
loc
,
set_locale
))
@unittest.skipIf
(
sys
.
platform
==
'sunos5'
,
"http://bugs.python.org/issue13441"
)
def
test_float_parsing
(
self
):
# Bug #1391872: Test whether float parsing is okay on European
# locales.
...
...
Lib/test/test_locale.py
Dosyayı görüntüle @
41dde32b
...
...
@@ -343,8 +343,6 @@ class TestCollation(unittest.TestCase):
self
.
assertEqual
(
locale
.
strcoll
(
'a'
,
'a'
),
0
)
self
.
assertGreater
(
locale
.
strcoll
(
'b'
,
'a'
),
0
)
@unittest.skipIf
(
sys
.
platform
==
'sunos5'
,
"http://bugs.python.org/issue13441"
)
def
test_strxfrm
(
self
):
self
.
assertLess
(
locale
.
strxfrm
(
'a'
),
locale
.
strxfrm
(
'b'
))
...
...
@@ -366,8 +364,6 @@ class TestEnUSCollation(BaseLocalizedTest, TestCollation):
def
test_strcoll_with_diacritic
(
self
):
self
.
assertLess
(
locale
.
strcoll
(
'à'
,
'b'
),
0
)
@unittest.skipIf
(
sys
.
platform
==
'sunos5'
,
"http://bugs.python.org/issue13441"
)
def
test_strxfrm_with_diacritic
(
self
):
self
.
assertLess
(
locale
.
strxfrm
(
'à'
),
locale
.
strxfrm
(
'b'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment