Changeset 37550 for lang/csharp
- Timestamp:
- 05/15/10 15:16:06 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/DominionEngine/DominionEngine.CardInfo.Test/CardInfoResourcesTest.cs
r37520 r37550 89 89 } 90 90 91 [Test] 92 public void CellarName() 93 { 94 System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("en"); 95 ICardInfo card = new Base.Cellar(); 96 Assert.That(card.Name, Is.EqualTo("Cellar")); 97 } 98 91 99 class NoResourceCard : CardInfo 92 100 {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)