#3746: Quouting of strings with white space in t.info breaks tests for temporal
modules
-----------------------------+-------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Tests | Version: svn-trunk
Keywords: temporal,t.info | CPU: All
Platform: All |
-----------------------------+-------------------------
When working on t.rast.aggregate, I noticed that tests fail du to quoting
of strings in t.info.
#3746: Quouting of strings with white space in t.info breaks tests for temporal
modules
---------------------+-----------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Tests | Version: svn-trunk
Resolution: | Keywords: temporal,t.info
CPU: All | Platform: All
---------------------+-----------------------------
#3746: Quouting of strings with white space in t.info breaks tests for temporal
modules
---------------------+-----------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Tests | Version: svn-trunk
Resolution: | Keywords: temporal,t.info
CPU: All | Platform: All
---------------------+-----------------------------
Comment (by sbl):
In [changeset:"74054" 74054]:
{{{
#!CommitTicketReference repository="" revision="74054"
t.connect testsuite; fix info quotes; see #3746
}}}
#3746: Quouting of strings with white space in t.info breaks tests for temporal
modules
---------------------+-----------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Tests | Version: svn-trunk
Resolution: | Keywords: temporal,t.info
CPU: All | Platform: All
---------------------+-----------------------------
Comment (by sbl):
In [changeset:"74055" 74055]:
{{{
#!CommitTicketReference repository="" revision="74055"
t.rast3d.extract testsuite; fix info quotes; see #3746
}}}
#3746: Quouting of strings with white space in t.info breaks tests for temporal
modules
---------------------+-----------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Tests | Version: svn-trunk
Resolution: | Keywords: temporal,t.info
CPU: All | Platform: All
---------------------+-----------------------------
Comment (by sbl):
In [changeset:"74059" 74059]:
{{{
#!CommitTicketReference repository="" revision="74059"
more t.info quote fixes; see #3746
}}}
#3746: Quouting of strings with white space in t.info breaks tests for temporal
modules
---------------------+-----------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Tests | Version: svn-trunk
Resolution: | Keywords: temporal,t.info
CPU: All | Platform: All
---------------------+-----------------------------
Comment (by sbl):
In [changeset:"74073" 74073]:
{{{
#!CommitTicketReference repository="" revision="74073"
add quotes around t.info strings; see #3746
}}}
#3746: Quouting of strings with white space in t.info breaks tests for temporal
modules
---------------------+-----------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: closed
Priority: normal | Milestone: 7.8.0
Component: Tests | Version: svn-trunk
Resolution: fixed | Keywords: temporal,t.info
CPU: All | Platform: All
---------------------+-----------------------------
Changes (by sbl):
* status: new => closed
* resolution: => fixed
Comment:
The rest of the test-errors in the temporal testsuites were not touched as
they indicate other issues (e.g. related to Python 3, changed results, or
errors in the test-code.)
Types of those errors are:
* AssertionError: reference argument is not a string (in several tests)
* grass.exceptions.FatalError: Wrong type of input A (in algebra tests)
* AttributeError: 'NoneType' object has no attribute 'second' (in several
tests related to datetime_math)
* AssertionError: There is no map <b_2001_01_01_00> of type <raster> in
the current mapset (t.rast.aggregate)
* Process ended with non-zero return code t.remove(inputs=['R'],
type='strds', flags=u'rf', quiet=True). See errors in the (error) output.
* UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 2: ordinal not in range(128)