[P-unit-devel] SF.net SVN: p-unit: [303] trunk/punit.test/src/tests/api/org/punit/ exception/Concu
Status: Beta
Brought to you by:
zhanghuangzhu
|
From: <zha...@us...> - 2008-04-18 06:51:16
|
Revision: 303
http://p-unit.svn.sourceforge.net/p-unit/?rev=303&view=rev
Author: zhanghuangzhu
Date: 2008-04-17 23:51:22 -0700 (Thu, 17 Apr 2008)
Log Message:
-----------
Andrew Zhang: typo, SEPERATOR -> SEPARATOR.
Modified Paths:
--------------
trunk/punit.test/src/tests/api/org/punit/exception/ConcurrentExceptionTest.java
Modified: trunk/punit.test/src/tests/api/org/punit/exception/ConcurrentExceptionTest.java
===================================================================
--- trunk/punit.test/src/tests/api/org/punit/exception/ConcurrentExceptionTest.java 2008-04-18 06:51:14 UTC (rev 302)
+++ trunk/punit.test/src/tests/api/org/punit/exception/ConcurrentExceptionTest.java 2008-04-18 06:51:22 UTC (rev 303)
@@ -13,6 +13,6 @@
IllegalArgumentException iae = new IllegalArgumentException("IAE"); //$NON-NLS-1$
concurrentException.add(iae);
String message = concurrentException.getMessage();
- assertEquals(npe + ReporterUtil.LINE_SEPERATOR + iae + ReporterUtil.LINE_SEPERATOR, message);
+ assertEquals(npe + ReporterUtil.LINE_SEPARATOR + iae + ReporterUtil.LINE_SEPARATOR, message);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|