1. eutest processing
- Posted by SDPringle Oct 18, 2008
- 983 views
The eutest program is not processing or not outputting its log file correctly. As I have posted before, the datetime test fails under DOS. It still does yet the html file claims that there are no failures.
2. Re: eutest processing
- Posted by SDPringle Oct 18, 2008
- 971 views
I mean, no failure for the t_datetime test.
3. Re: eutest processing
- Posted by mattlewis (admin) Oct 18, 2008
- 980 views
The eutest program is not processing or not outputting its log file correctly. As I have posted before, the datetime test fails under DOS. It still does yet the html file claims that there are no failures.
How exactly is it failing? Could you post the output you get when testing it individually?
Matt
4. Re: eutest processing
- Posted by SDPringle Oct 18, 2008
- 997 views
I've contributed some ideas to eutest.ex and unittest.e. Take a look on my server: http://euphoria.blogdns.com
I ran the new eutest.ex on three files: t_call.e, t_declanywhere.e and t_datetime.e using the MSDOS executable. I decided it is not a good idea to run eutest.ex using the DOS interpreter so I run commands like:
exwc.exe -i ..\include ..\..\eumod\bin\eutest.ex -log -exe ..\source\ex.exe -ec ..\source\ec.exe -lib ..\source\ec.lib t_datetime.e t_declanywhere.e t_call.e
The log processing code will need revising before it looks nice again but its functional.
Please try out the two EUPHORIA files mentioned on UNIX.
Shawn
5. Re: eutest processing
- Posted by mattlewis (admin) Oct 18, 2008
- 983 views
I've contributed some ideas to eutest.ex and unittest.e. Take a look on my server: http://euphoria.blogdns.com
I ran the new eutest.ex on three files: t_call.e, t_declanywhere.e and t_datetime.e using the MSDOS executable. I decided it is not a good idea to run eutest.ex using the DOS interpreter so I run commands like:
exwc.exe -i ..\include ..\..\eumod\bin\eutest.ex -log -exe ..\source\ex.exe -ec ..\source\ec.exe -lib ..\source\ec.lib t_datetime.e t_declanywhere.e t_call.e
Ok, but how are the tests failing? What do you get when they fail? I'm trying to figure out how eutest.ex is failing.
Please try out the two EUPHORIA files mentioned on UNIX.
Where are they? There's a lot of stuff listed there, and it's not clear where they are.
Matt
6. Re: eutest processing
- Posted by SDPringle Oct 18, 2008
- 968 views
http://euphoria.blogdns.com/eutest.ex and http://euphoria.blogdns.com/unittest.e I will copy over the log file there too: http://euphoria.blogdns.com/unittest.log