summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/aop-logging/test.bat
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-08-06 06:25:37 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-08-06 06:25:37 +0000
commitb7b031902a081afb6b7133d2aa5351475b554e8a (patch)
treec862578cefce0e95f55814128d1d473d9f4342a9 /sandbox/rfeng/aop-logging/test.bat
parent5a72ea787bcc11690a47a78b333709e0b9b111bb (diff)
Update the testcase to be Junit4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/rfeng/aop-logging/test.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/rfeng/aop-logging/test.bat b/sandbox/rfeng/aop-logging/test.bat
index 07677ba691..4a160e6ff2 100644
--- a/sandbox/rfeng/aop-logging/test.bat
+++ b/sandbox/rfeng/aop-logging/test.bat
@@ -1,3 +1,3 @@
@echo off
-set ASPECTJ_HOME=c:\aspectj1.5
+set ASPECTJ_HOME=c:\aspectj1.6
call %ASPECTJ_HOME%\bin\aj5.bat -cp target\classes;target\test-classes org.apache.tuscany.sca.aspectj.TracingTestCase \ No newline at end of file