CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Question How to create Oracle DB structure for EL 4.0 unit tests?

    Hi all
    Does anybody know, where I can get DDL scripts from which I can create oracle's database agains which unit tests of Enterprise Library 4.0 are running (project Data.Tests.VSTS)? Or other way how to set up the test db?

    There about 50 oracle specific tests in the test project and want them to pass, because I want maximum of unit tests to pass.

    Again, it's quite urgent.

    Thanks
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: How to create Oracle DB structure for EL 4.0 unit tests?

    try SQL Navigator application

  3. #3
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: How to create Oracle DB structure for EL 4.0 unit tests?

    Unfortunatelly, I cannot use software by wich, I have to obey corporate rules. I need instant solution, ready to use DDL scripts. I've found some, but no one match exactly what the tests expect.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured