Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
refractoring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Jan 17, 2017
1 parent 9561f0c commit 0c5fe8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class HTMLReportBuilder(timekeeperTasks : ArrayList<TimekeeperTask>, val reportT

private fun addYearlyHTML(body: Html)
{
addHTML(yearlyTasks, body, reportType, taskString = "Your yearly tasks")
addHTML(yearlyTasks, body, reportType, taskString = "Your 10 longest tasks this year")
}

private fun addMonthlyHTML(body : Html)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.maxwittig.reportgenerator.tests
package com.maxwittig.reportgenerator.tests.builder

import com.maxwittig.reportgenerator.builder.HTMLReportBuilder
import com.maxwittig.reportgenerator.builder.ReportType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.maxwittig.reportgenerator.tests
package com.maxwittig.reportgenerator.tests.parser

import com.maxwittig.reportgenerator.parser.ConfigParser
import org.junit.Assert.assertEquals
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.maxwittig.reportgenerator.tests
package com.maxwittig.reportgenerator.tests.parser

import com.maxwittig.reportgenerator.parser.TimekeeperParser
import org.junit.Assert.assertEquals
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.maxwittig.reportgenerator.tests
package com.maxwittig.reportgenerator.tests.utils

import com.maxwittig.reportgenerator.utils.isSameDay
import com.maxwittig.reportgenerator.utils.isSameMonth
Expand Down

0 comments on commit 0c5fe8a

Please sign in to comment.