Category Archives: Tech Notes

Tech Notes and How-to Guides

University of Moratuwa tops GSOC 2008

I just got to know that my University tops the charts of participants at the Google Summer of Code 2008. Thought I have never been a GSoCer (that’s ow they call the participants), I have always been a great admirer … Continue reading

Posted in Tech Notes | 2 Comments

Luntbuild : Introduction

This is going to be another short series (2-3 posts) about a build automation tool. I got using this during my internship at WaveNET. I don’t this this is going to be a very useful post to many ( I … Continue reading

Posted in Tech Notes | Tagged , , | Comments Off

JUnit

Ref: http://junit.sourceforge.net/doc/faq/faq.htm http://open.ncsu.edu/se/tutorials/junit/ API DOC What is JUnit? JUnit is a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include: Assertions for testing expected … Continue reading

Posted in Tech Notes | Tagged | Comments Off

Renaming a MySQL database

MySQL does not support renaming a database (and prefers not to be done in the supported versions) as mentioned here. However, use of this statement could result in loss of database contents, which is why it was removed. Do not … Continue reading

Posted in Tech Notes | Tagged , | Comments Off

Ant: Simple JUnit Test

This is the final part of the so called Ant series I have been writing in this blog, about Apache Ant. This is an extremely brief tutorial on JUnit. The goal is to test Ant and JUnit framework integration . … Continue reading

Posted in Tech Notes | Tagged , | Comments Off