The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

v_1_1b2 :: src / java / org / apache / log4j / test /

unitTest

#!/bin/bash

java junit.textui.TestRunner org.apache.log4j.test.UnitTestCategory
  
if [ $? != 0 ]; then
  echo "UnitTestCategory failed."
  exit 1   
fi

java junit.textui.TestRunner org.apache.log4j.test.UnitTestOptionConverter
  
if [ $? != 0 ]; then
  echo "UnitTestOptionConverter failed."
  exit 1   
fi


java junit.textui.TestRunner org.apache.log4j.test.UnitTestCyclicBuffer  
if [ $? != 0 ]; then
  echo "UnitTestCyclicBuffer failed."
  exit 1   
fi

java junit.textui.TestRunner org.apache.log4j.test.UnitTestBoundedFIFO
if [ $? != 0 ]; then
  echo "UnitUnitTestBoundedFIFO failed."
  exit 1   
fi

java junit.textui.TestRunner org.apache.log4j.test.UnitTestOR
if [ $? != 0 ]; then
  echo "UnitTestOR failed."
  exit 1   
fi

[See repo JSON]