}
Pointcut methodPointcut = (Pointcut) SystemLoader.getSystem(this).getAspectManager("tests")
.getPointcutManager(ASPECT_NAME).getPointcuts(
new ExpressionContext(PointcutType.EXECUTION, methodMetaData, null)).get(0);
List advices = methodPointcut.getAroundAdviceIndexTuples();
NameIndexTuple adviceTuple = (NameIndexTuple) advices.remove(0);
methodPointcut.setAroundAdviceIndexTuples(advices);
m_logString = "";
removeAdviceTestMethod();
assertEquals("before2 invocation after2 ", m_logString);