~mandel/wadlsharp/fix_643524

« back to all changes in this revision

Viewing changes to LpNet.WadlSharp.UnitTest/WadlLoaderTest.cs

  • Committer: Manish Sinha
  • Date: 2010-04-06 18:47:38 UTC
  • Revision ID: manishsinha27@gmail.com-20100406184738-b2lh90t0b4qvzsw5
Changed the name of the asembly from LpNet.WadlSharp to LpNet.WadlSharp.Common
Added CreateIdentifier method in Utils.cs

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * OTHER DEALINGS IN THE SOFTWARE.
26
26
 ********************************************************************/
27
27
 
 
28
 
 
29
 
28
30
namespace LpNet.WadlSharp.UnitTest
29
31
{
30
 
    using Interface;
 
32
    using Common.Interface;
 
33
    using Common;
31
34
    using NUnit.Framework;
32
 
    using WadlSharp;
33
35
    using Resources;
34
36
 
35
37
    [TestFixture]