What does it mean?
Which are missing files?
Doing tests on my machine I don't receive errors about all
Postgresql's classes, so where is the problem?
Can someone tell me more information about this error ?
[1] https://github.com/joomla/joomla-platform/pull/917
Thank you,
Eng. Gabriele Pongelli.
Push those changes and I'll run the unit tests locally (I might need to
update my PG instance first).
There was 1 failure:
1) JDatabasePostgresqlTest::testGetCollation
382
Failed asserting that 'C' contains "UTF-8".
/Applications/MAMP/htdocs/joomla-platform/tests/suite/joomla/database/datab
ase/JDatabasePostgresqlTest.php:383
/usr/local/bin/phpunit:46
I'm running 9.1.1 too .
About your failure, seems that your database's collation isn't based
on UTF-8 , this is why test fails.
What's your collation?
Looking in postgresql's collation table [1] there's not "C" collation.
[1] http://www.postgresql.org/docs/8.1/static/multibyte.html
Eng. Gabriele Pongelli.
@Michael
you can set database encoding during its creation
http://www.postgresql.org/docs/9.1/static/sql-createdatabase.html
Another run of joomla-jenkins with same error, nobody receive same error?
Thanks,
Eng. Gabriele Pongelli
Maybe I'm missing some files, it seems to me that I've changed all
filename from "...PostgreSQL..." to "...Postgresql..." and, according
to this, all include and include_once calls were changed.
Am I missing some of them ?
Thank you.
Eng. Gabriele Pongelli.