Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
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
django
Commits
729cd6a1
Kaydet (Commit)
729cd6a1
authored
Eyl 23, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Skipped a broken geoapp test on Oracle; refs #23504.
üst
e043aae9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tests.py
django/contrib/gis/tests/geoapp/tests.py
+5
-1
No files found.
django/contrib/gis/tests/geoapp/tests.py
Dosyayı görüntüle @
729cd6a1
...
...
@@ -6,7 +6,7 @@ import unittest
from
django.db
import
connection
from
django.contrib.gis
import
gdal
from
django.contrib.gis.geos
import
HAS_GEOS
from
django.contrib.gis.tests.utils
import
oracle
,
postgis
,
spatialite
from
django.contrib.gis.tests.utils
import
no_oracle
,
oracle
,
postgis
,
spatialite
from
django.test
import
TestCase
,
skipUnlessDBFeature
from
django.utils
import
six
...
...
@@ -784,7 +784,11 @@ class GeoQuerySetTest(TestCase):
self
.
assertAlmostEqual
(
c1
[
0
]
+
xfac
,
c2
[
0
],
5
)
self
.
assertAlmostEqual
(
c1
[
1
]
+
yfac
,
c2
[
1
],
5
)
# TODO: Oracle can be made to pass if
# union1 = union2 = fromstr('POINT (-97.5211570000000023 34.4646419999999978)')
# but this seems unexpected and should be investigated to determine the cause.
@skipUnlessDBFeature
(
"has_unionagg_method"
)
@no_oracle
def
test_unionagg
(
self
):
"Testing the `unionagg` (aggregate union) GeoQuerySet method."
tx
=
Country
.
objects
.
get
(
name
=
'Texas'
)
.
mpoly
...
...
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