Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 12:54:32 (11 years ago)
Author:
abeham
Message:

#2088: Renamed namespaces (removed _33 and _34 postfixes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/ContentViewTests.cs

    r9456 r9764  
    2828using Microsoft.VisualStudio.TestTools.UnitTesting;
    2929
    30 namespace HeuristicLab_33.Tests {
     30namespace HeuristicLab.Tests {
    3131  [TestClass]
    3232  public class ContentViewTests {
     
    7070        try {
    7171          accessor.OnContentChanged();
    72         }
    73         catch (Exception ex) {
     72        } catch (Exception ex) {
    7473          Assert.Fail(viewType.ToString() + Environment.NewLine + ex.Message);
    7574        }
Note: See TracChangeset for help on using the changeset viewer.