• R/O
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2134 (tree)
Zeit2020-09-17 10:08:14
Autort_nakayama1971

Log Message

(empty log message)

Ändern Zusammenfassung

Diff

--- trunk/apache/commons-chain2/src/test/java/org/apache/commons/chain2/config/xml/XmlConfigParserTestCase.java (revision 2133)
+++ trunk/apache/commons-chain2/src/test/java/org/apache/commons/chain2/config/xml/XmlConfigParserTestCase.java (revision 2134)
@@ -140,7 +140,7 @@
140140
141141 Object chain = this.catalog.getCommand("ChainBase");
142142 assertNotNull(chain);
143- assertTrue(chain instanceof TestChain);
143+ assertEquals(TestChain.class, chain.getClass());
144144
145145 // Check configurable properties instance
146146 Object command = this.catalog.getCommand("Configurable");