Răsfoiți Sursa

moved automated test files to new locations

Adam Shaw 12 ani în urmă
părinte
comite
cdd3f29e98

+ 6 - 5
karma.conf.IntegrationTests.js → karma.conf.js

@@ -10,14 +10,15 @@ module.exports = function(config) {
 
 
 		// list of files / patterns to load in the browser
 		// list of files / patterns to load in the browser
 		files: [
 		files: [
-			{ pattern: './lib/jquery/jquery.js', watched: false },
-			{ pattern: './lib/jquery-ui/ui/jquery-ui.js', watched: false },
+			{ pattern: 'lib/jquery/jquery.js', watched: false },
+			{ pattern: 'lib/jquery-ui/ui/jquery-ui.js', watched: false },
 			{ pattern: 'lib/jquery-simulate/jquery.simulate.js', watched: false },
 			{ pattern: 'lib/jquery-simulate/jquery.simulate.js', watched: false },
 			{ pattern: 'lib/jasmine-jquery/lib/jasmine-jquery.js', watched: false },
 			{ pattern: 'lib/jasmine-jquery/lib/jasmine-jquery.js', watched: false },
 			{ pattern: 'lib/jasmine-fixture/dist/jasmine-fixture.js', watched: false },
 			{ pattern: 'lib/jasmine-fixture/dist/jasmine-fixture.js', watched: false },
-			'./build/out/fullcalendar.js',
-			'./build/out/fullcalendar.css',
-			'./specs/fullCalendar*.js'
+			'build/out/fullcalendar.js',
+			'build/out/fullcalendar.css',
+			'tests/base.css',
+			'tests/automated/*.js'
 		],
 		],
 
 
 		// list of files to exclude
 		// list of files to exclude

+ 0 - 0
specs/fullCalendarSpecs-AgendaOptions-allDaySlots.js → tests/automated/allDaySlot.js


+ 0 - 0
specs/fullCalendarSpecs-AgendaOptions-allDayText.js → tests/automated/allDayText.js


+ 0 - 0
specs/fullCalendarSpecs-options-aspectRatio.js → tests/automated/aspectRatio.js


+ 0 - 0
specs/fullCalendarSpecs-optionsCombinations-firstDay-isRTL.js → tests/automated/complex-firstDay-isRTL.js


+ 0 - 0
specs/fullCalendarSpecs-options-headerDateClick.js → tests/automated/complex-headerDateClick.js


+ 0 - 0
specs/fullCalendarSpecs-optionsCombinations-weekNumbers-defaultView.js → tests/automated/complex-weekNumbers-defaultView.js


+ 0 - 0
specs/fullCalendarSpecs-options-contentHeight.js → tests/automated/contentHeight.js


+ 0 - 0
specs/fullCalendarSpecs-options-firstDay.js → tests/automated/firstDay.js


+ 0 - 0
specs/fullCalendar.js → tests/automated/fullCalendar.js


+ 0 - 0
specs/fullCalendarSpecs-options-handleWindowResize.js → tests/automated/handleWindowResize.js


+ 0 - 0
specs/fullCalendarSpecs-options-header.js → tests/automated/header.js


+ 0 - 0
specs/fullCalendarSpecs-options-height.js → tests/automated/height.js


+ 0 - 0
specs/fullCalendarSpecs-options-hiddenDays.js → tests/automated/hiddenDays.js


+ 0 - 0
specs/fullCalendarSpecs-options-isRTL.js → tests/automated/isRTL.js


+ 0 - 0
specs/fullCalendarSpecs-AgendaOptions-minTime.js → tests/automated/minTime.js


+ 0 - 0
specs/fullCalendarSpecs-AgendaOptions-slotMinutes.js → tests/automated/slotMinutes.js


+ 0 - 0
specs/fullCalendarSpecs-options-weekMode.js → tests/automated/weekMode.js


+ 0 - 0
specs/fullCalendarSpecs-options-weekNumberCalculation.js → tests/automated/weekNumberCalculation.js


+ 0 - 0
specs/fullCalendarSpecs-options-weekNumbers.js → tests/automated/weekNumbers.js


+ 0 - 0
specs/fullCalendarSpecs-options-weekends.js → tests/automated/weekends.js