aboutsummaryrefslogtreecommitdiffstats
path: root/TMV/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TMV/.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/TMV/.bashrc b/TMV/.bashrc
index 5ff80b7..0790467 100644
--- a/TMV/.bashrc
+++ b/TMV/.bashrc
@@ -31,3 +31,6 @@ shopt -s histappend
# ignore duplicate commands, ignore commands starting with a space
export HISTCONTROL=erasedups
+
+#reminder of what to do
+cat /home/mas/TODO.leny
r> 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82