Laurent Destailleur
055bb7a9b8
Fix: Restore correct includes.
...
All entry pages must start with a require main.inc.php, except command
line script that start with master.inc.php.
To avoid errors into jenkins, we must exclude file common.inc.php.
All files ending *.inc.php must be excluded from jenkins because such
files are not "start/entry pages". That's the difference with
standard files *.php.
*.php
2012-09-06 10:39:25 +02:00
Regis Houssin
8787a703a0
Fix: remove old tests
2012-09-06 08:06:48 +02:00
Regis Houssin
3e5e301725
Fix: remove deleted files from phpunit test
2012-09-05 07:48:17 +02:00
Laurent Destailleur
816e317dd2
Fix into categorie functions
2012-08-05 23:58:42 +02:00
Laurent Destailleur
895b491d84
Uniformize files
2012-08-05 14:06:09 +02:00
Laurent Destailleur
386a1dcb55
More phpunit tests
2012-08-05 13:07:17 +02:00
Marcos García
5a73c32f46
Migrated ClassName to __construct() function
...
Changed $DB to $db
lower-cased "Class"
2012-07-30 17:17:33 +02:00
Laurent Destailleur
a429a930d0
Fix: Uniformize code and PHPUnit tests
2012-07-29 20:07:03 +02:00
Laurent Destailleur
b40c0a5d86
Fix: Check conditions to run test
2012-07-29 19:40:20 +02:00
Regis Houssin
3bfd9182e0
Fix: uniformize code
2012-07-06 13:43:59 +02:00
Regis Houssin
6f1651309e
Fix: global converting lines delimiter
2012-07-02 19:30:37 +02:00
Laurent Destailleur
018cafe92c
Fix: Add an unsecape function to decode javascript escape
...
encoding. This also fix ecm for cyrillic chars.
2012-06-24 19:32:19 +02:00
Regis Houssin
d061025955
Fix: rename and include unit test
2012-06-20 22:19:03 +02:00
Laurent Destailleur
c273f9f698
Fix: escape double quotes into dol_html_escapetag
...
New: Passwords not reset into install page.
2012-06-17 23:27:17 +02:00
Laurent Destailleur
d20aa0f4a2
Qual: More phpunit tests
2012-06-15 00:15:59 +02:00
Laurent Destailleur
90fd8abddf
Qual: More phpunit tests
2012-06-14 20:16:40 +02:00
Laurent Destailleur
a9d5109d3d
Qual: More phpunit tests
2012-06-14 20:15:50 +02:00
Regis Houssin
af38a2fab7
Fix: bad parameters, use global
2012-06-10 10:29:43 +02:00
Laurent Destailleur
b0c1fa5b4f
Fix: Pgsql
2012-05-15 01:52:46 +02:00
Laurent Destailleur
4a9baa590c
Fix: Bad timezone function. Daylight was not used.
2012-05-14 16:46:48 +02:00
Laurent Destailleur
70f7cd8232
Fix: missing include
2012-05-14 14:06:27 +02:00
Laurent Destailleur
acef702c27
Fix: pgsql compatibility not complete.
...
New: Move convert sql functions as static.
New: Add phpunit tests for database drivers.
2012-05-13 14:30:11 +02:00
Laurent Destailleur
8abacfaf35
Fix: Bad phpunit test
2012-05-13 14:26:25 +02:00
Laurent Destailleur
5499c91712
New: Monaco is like France for default vat calculation
...
Qual: More phpunit tests
2012-04-29 11:42:30 +02:00
Laurent Destailleur
7977897fd8
Fix: dol_uncompress function now works with all PHP and OS. Use PHP
...
native code. Only zip is supported. This is enough, modules must be zip
and only zip (tgz not more allowed).
2012-04-28 18:21:51 +02:00
Regis Houssin
e6a89633ae
Fix: disable core test for avoid this message: Click here to finish
...
Dolibarr install process
2012-04-16 09:32:23 +02:00
Regis Houssin
00bcbd45d1
Try to fix phpunit error
2012-04-16 09:22:39 +02:00
Regis Houssin
b0b3ce826f
Fix: wrong file name
2012-04-16 09:04:07 +02:00
Laurent Destailleur
9a70541084
Fix: Missing migration field
...
Fix: Date must be quoted
2012-04-15 18:41:38 +02:00
Laurent Destailleur
753434a545
Qual: More phpunit tests
2012-04-15 17:56:13 +02:00
Laurent Destailleur
49113b4ab8
I forgot image file
2012-04-02 09:47:35 +02:00
Laurent Destailleur
46251db167
Qual: Use a shared function to define logo heigth.
...
Qual: Add more phpunit tests
Fix: This also solve overlapping logos.
2012-04-01 23:57:15 +02:00
Laurent Destailleur
d8c975da3d
More fields into import of products
2012-03-30 00:54:41 +02:00
Regis Houssin
7da4d7f072
Fix: phpunit test dol_json_*
2012-03-26 08:21:40 +02:00
Regis Houssin
d7d5681b4b
Fix: avoid phpunit warning
2012-03-26 08:18:03 +02:00
Laurent Destailleur
693d0441b3
Fix: json emulated function now support utf8 char.
2012-03-25 14:25:32 +02:00
Regis Houssin
5d2da2c884
Fix: uniformize code
2012-03-22 08:33:44 +01:00
Laurent Destailleur
b6b33877a7
Fix: Better fix
2012-03-21 13:57:47 +01:00
Laurent Destailleur
89c906dde6
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-21 12:51:09 +01:00
Laurent Destailleur
ab6c1a5160
Qual: Add new PHPUnit test and fix bugs the test show me
2012-03-21 12:33:51 +01:00
Regis Houssin
b1f1c203fd
Fix: return the good result value
2012-03-21 12:00:29 +01:00
Regis Houssin
14996257a2
Fix: try another method
2012-03-21 11:44:04 +01:00
Regis Houssin
0c62709a9c
Fix: save and restore value of $this->id
2012-03-21 11:33:50 +01:00
Regis Houssin
0432609502
Fix: unset $this->id for good check test
2012-03-21 11:24:30 +01:00
Regis Houssin
0f3f822e3d
Fix: add test
2012-03-21 11:06:53 +01:00
Regis Houssin
7508974cbb
Fix: print log before the test
2012-03-21 10:45:50 +01:00
Regis Houssin
6734549436
Fix: use good function with good parameters
2012-03-21 10:38:13 +01:00
Regis Houssin
5dbb246db0
Fix: the expected value is the first parameter
2012-03-21 10:28:31 +01:00
Regis Houssin
e62424294a
Fix: test if equals for stop on failure
2012-03-21 10:19:52 +01:00
Regis Houssin
22c232f82d
Fix: move phpunit in first and stop if failure
2012-03-21 08:33:36 +01:00