Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - webmarco

Pages: [1]
1
I vote for this one

Marco

2
General Board / Re: "Error creating XML parser" when run
« on: July 05, 2007, 11:06:16 pm »
Had the same message when installing EA 6.5 (799) on Vista.
Did a repair on the EA install (started installation again) and EA seems to work now.

Hope this helps.

Marco

3
General Board / Re: How to set SQL Server 2005 as default db type
« on: July 23, 2007, 01:20:25 am »
Thank you

4
General Board / How to set SQL Server 2005 as default db type
« on: July 22, 2007, 08:10:05 am »
I know it should be possible through
Settings --> Database Databasetypes --> Product name dropdown, but there is no entry for SQL Server 2005 nor any of the other types reffered to in:

Version 7.0 - Released (Build 813)
.....
Data Modeling now supports four additional DBMS targets:  
    Adaptive Server Enterprise  
    Informix  
    Ingres  
    SQL Server 2005  
....

I ran the full setup for 7.0 (build 814) and let the setup program uninstall 6.5 (build 806)

Marco

5
Hi all,

I'am playing with nUnit and EA (6.5) so i added the following line to be executed when doing a test run <Ctrl + Alt + t> in the package build script <shift + F12>

C:\Program Files\NUnit-Net-2.0 2.2.8\bin\nunit-console.exe C:\Projects\Magics\Magics\bin\Debug\Magics.exe


When i run the test <Ctrl + Alt + t> the following output is shown to me by EA:

NUnit version 2.2.8
Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
Copyright (C) 2000-2003 Philip Craig.
All Rights Reserved.

OS Version: Microsoft Windows NT 5.1.2600 Service Pack 2    .NET Version: 2.0.50727.832

Tests run: 0, Failures: 0, Not run: 0, Time: 0.000 seconds

Test Cases Created: 122, Test Cases Updated: 0
Test completed with exit code 0

I've never linked magics.exe to nUnit before, nor have i ever created any code to be used by nUnit in the magics project.

Where can i find these 122 test cases EA created for me ???

When i run the test again, the output is:

NUnit version 2.2.8
Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
Copyright (C) 2000-2003 Philip Craig.
All Rights Reserved.

OS Version: Microsoft Windows NT 5.1.2600 Service Pack 2    .NET Version: 2.0.50727.832

Tests run: 0, Failures: 0, Not run: 0, Time: 0.000 seconds


Test Cases Created: 0, Test Cases Updated: 122
Test completed with exit code 0

I'm wondering what these testcases look like now ;)

Thx,
Marco


Pages: [1]