Question ABL Unit Database connection

whwar9739

Member
Good afternoon,

So I've recently discovered the ABLUnit and trying to build some tests. I am trying to load a database table but I keep getting an error when running using the ABL Unit Application. The error is unknown database name xx. (855). Now I have also tried running the test class via a procedure and it works fine. I have tried putting my connection string in both the @Before and the @Setup sections and neither place makes a difference. My connection string looks something similar to the following: CONNECT -db yyyyy -H hostname -S portnumber -ld xx

I did find I needed to comment out the connection string when trying to run from the procedure as it was already connected and I was getting errors. I do have the database in the project properties. I am running in PDSOE, OpenEdge version 11.5.0.
 

Cringer

ProgressTalk.com Moderator
Staff member
If I were you I'd post this on the Progress community (community.progress.com). ABLUnit is a new addition to the package that a lot of people haven't had a chance to play around with yet. I certainly haven't.
 
Top