To be sure I restarted from scratch
Even if I was VERY SURE that I was running from UP TO DATE repositories

Unfortunately … 


The test suite 

[vagrant@localhost ooRexx.testSuite]$ svn status
?       address-with.tmp
?       ooRexx/base/class/directory_exist
[vagrant@localhost ooRexx.testSuite]$ svn info
Path: .
Working Copy Root Path: /opt/ooRexx.testSuite
URL: https://svn.code.sf.net/p/oorexx/code-0/test/trunk
Relative URL: ^/test/trunk
Repository Root: https://svn.code.sf.net/p/oorexx/code-0
Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
Revision: 11929
Node Kind: directory
Schedule: normal
Last Changed Author: erich_st
Last Changed Rev: 11928
Last Changed Date: 2019-10-08 14:27:36 +0000 (Tue, 08 Oct 2019)



The sources 


[vagrant@localhost ooRexx.svn]$ svn status
[vagrant@localhost ooRexx.svn]$ svn info  
Path: .
Working Copy Root Path: /opt/ooRexx.svn
URL: https://svn.code.sf.net/p/oorexx/code-0/main/trunk
Relative URL: ^/main/trunk
Repository Root: https://svn.code.sf.net/p/oorexx/code-0
Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
Revision: 11929
Node Kind: directory
Schedule: normal
Last Changed Author: erich_st
Last Changed Rev: 11929
Last Changed Date: 2019-10-08 14:30:58 +0000 (Tue, 08 Oct 2019)



The
 
ooRexx/extensions/dateparser/DateFormatter.testGroup



::method testError16
  self~expectSyntax(88.932)
  .DateFormatter~format(.datetime~new, "yyyy-zzzzz")

As it should 

Enrico


> On 10 Oct 2019, at 15:57, Rick McGuire <object.r...@gmail.com> wrote:
> 
> I suspect you are using an out-of-date version of DateFormatter.testGroup. 
> The test line in question in that file should be:
> 
> .DateFormatter~format(.datetime~new, "yyyy-zzzzz")
> The older version had "yyyy-zzzz" as the template, which is no longer an 
> error. 
> Rick
> 
> 
> On Thu, Oct 10, 2019 at 9:47 AM Enrico Sorichetti via Oorexx-devel 
> <oorexx-devel@lists.sourceforge.net 
> <mailto:oorexx-devel@lists.sourceforge.net>> wrote:
> 
> Unfortunately … on Fedora 30
> 
> Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
> OS Name:            LINUX
> SysVersion:         Linux 5.2.9-200.fc30.x86_64
> 
> Tests ran:          22869
> Assertions:         373835
> Failures:           2
> Errors:             0
> 
> [failure] [20191010 13:42:22.723626]
>   svn:    r11905   Change date: 2019-07-31 15:06:45 -0400
>   Test:   TESTERROR16
>   Class:  DateFormatter.testGroup
>   File:   .../ooRexx/extensions/dateparser/DateFormatter.testGroup
>   Line:   -1
>   Failed: expectSyntax
>     Expected: SYNTAX 88.932
>     Actual:   Not raised
> 
> [failure] [20191010 13:42:23.205377]
>   svn:    r11336   Change date: 2017-12-03 11:45:10 +0000
>   Test:   TESTCLASSFAMILIES
>   Class:  rxregexp.testGroup
>   File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
>   Line:   665
>   Failed: assertFalse
>     Expected: [0]
>     Actual:   [[1], identityHash="-140212932257393"]
>     Message:  Checking excluded character ? ('AA'x) using [:lower:]
> 
> Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
> OS Name:            LINUX
> SysVersion:         Linux 5.2.9-200.fc30.x86_64
> 
> Tests ran:          22869
> Assertions:         373835
> Failures:           2
> Errors:             0
> 
> 
> Enrico
> 
> 
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net <mailto:Oorexx-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel 
> <https://lists.sourceforge.net/lists/listinfo/oorexx-devel>
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to